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
Initializes EditorRequiredEventArgs with editor type defined.
public EditorRequiredEventArgs()
Initializes EditorRequiredEventArgs setting the required editor type.
public EditorRequiredEventArgs(Type editorType)
The type of the editor required.
Properties
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.
public IValueEditor Editor { get; set; }
Gets or sets the type of the editor required by the edited control if no default editor is available.
public Type EditorType { get; set; }