Interface IEditorProvider
Provides functionality for managing editors
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IEditorProvider
Methods
GetDefaultEditor()
Returns an editor instance of the default type for the editor provider.
Declaration
IInputEditor GetDefaultEditor()
Returns
IInputEditor
An object that implements IInputEditor interface. |
GetDefaultEditorType()
Gets the default editor type for the editor provider.
Declaration
Type GetDefaultEditorType()
Returns
System.Type
The default type. |
InitializeEditor(IInputEditor)
Initializes a specified editor.
Declaration
void InitializeEditor(IInputEditor editor)
Parameters
IInputEditor
editor
An object that implements IInputEditor interface. |