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