Interface
IEditorManager

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface IEditorManager

Methods

GetDefaultEditor(IEditorProvider)

Declaration

cs-api-definition
IInputEditor GetDefaultEditor(IEditorProvider provider)

Parameters

provider

IEditorProvider

Returns

IInputEditor

IsPermanentEditor(Type)

Declaration

cs-api-definition
bool IsPermanentEditor(Type editorType)

Parameters

editorType

Type

Returns

bool

RegisterPermanentEditorType(Type)

Declaration

cs-api-definition
void RegisterPermanentEditorType(Type editorType)

Parameters

editorType

Type