New to Telerik UI for WinFormsStart a free 30-day trial

Provides functionality for managing editors

Definition

Methods

Returns an editor instance of the default type for the editor provider.

C#
IInputEditor GetDefaultEditor()
Returns:

IInputEditor

An object that implements IInputEditor interface.

Gets the default editor type for the editor provider.

C#
Type GetDefaultEditorType()
Returns:

Type

The default type.

Initializes a specified editor.

C#
void InitializeEditor(IInputEditor editor)
Parameters:editorIInputEditor

An object that implements IInputEditor interface.