ClassEditorRequiredEventArgs
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:
public class EditorRequiredEventArgs : EventArgs
Inheritance: objectEventArgsEditorRequiredEventArgs
Derived Classes:
Inherited Members
Constructors
EditorRequiredEventArgs()
Initializes EditorRequiredEventArgs with editor type defined.
Declaration
public EditorRequiredEventArgs()
EditorRequiredEventArgs(Type)
Initializes EditorRequiredEventArgs setting the required editor type.
Declaration
public EditorRequiredEventArgs(Type editorType)
Parameters
editorType
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.
EditorType
Gets or sets the type of the editor required by the edited control if no default editor is available.