Interface
IEditorProvider

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

IInputEditor

An object that implements IInputEditor interface.

GetDefaultEditorType()

Gets the default editor type for the editor provider.

Declaration

cs-api-definition
Type GetDefaultEditorType()

Returns

Type

The default type.

InitializeEditor(IInputEditor)

Initializes a specified editor.

Declaration

cs-api-definition
void InitializeEditor(IInputEditor editor)

Parameters

editor

IInputEditor

An object that implements IInputEditor interface.