Class
EditorRequiredEventArgs

Provides information about the type of the editor required by the GridTableViewManager when instantiating the requested type of column.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class EditorRequiredEventArgs : EventArgs

Inheritance: objectEventArgsEditorRequiredEventArgs

Derived Classes: ListViewItemEditorRequiredEventArgsPropertyGridEditorRequiredEventArgsTreeNodeEditorRequiredEventArgs

Inherited Members EventArgs.Empty

Constructors

EditorRequiredEventArgs()

Initializes EditorRequiredEventArgs with editor type defined.

Declaration

cs-api-definition
public EditorRequiredEventArgs()

EditorRequiredEventArgs(Type)

Initializes EditorRequiredEventArgs setting the required editor type.

Declaration

cs-api-definition
public EditorRequiredEventArgs(Type editorType)

Parameters

editorType

Type

The type of the editor required.

Properties

Editor

Gets or sets the ICellEditor instance if created outside the GridViewEditorManager. Also if a default editor is provided by the RadGridView, it is available for post-initialization or substitution.

Declaration

cs-api-definition
public IValueEditor Editor { get; set; }

Property Value

IValueEditor

EditorType

Gets or sets the type of the editor required by the edited control if no default editor is available.

Declaration

cs-api-definition
public Type EditorType { get; set; }

Property Value

Type