IEditorProvider
Interface
Provides functionality for managing editors
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IEditorProvider
Derived Classes:
Methods
Returns an editor instance of the default type for the editor provider.
Gets the default editor type for the editor provider.
Initializes a specified editor.
C#
void InitializeEditor(IInputEditor editor)
An object that implements IInputEditor interface.