Interface IEditorManager
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IEditorManager
Methods
GetDefaultEditor(IEditorProvider)
Declaration
IInputEditor GetDefaultEditor(IEditorProvider provider)
Parameters
|
IEditorProvider
provider
|
Returns
|
IInputEditor
|
IsPermanentEditor(Type)
Declaration
bool IsPermanentEditor(Type editorType)
Parameters
|
System.Type
editorType
|
Returns
|
System.Boolean
|
RegisterPermanentEditorType(Type)
Declaration
void RegisterPermanentEditorType(Type editorType)
Parameters
|
System.Type
editorType
|