Provides data for the EditorRequired event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridEditorRequiredEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridEditorRequiredEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridEditorRequiredEventArgs class.
C#
public VirtualGridEditorRequiredEventArgs(IInputEditor editor, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
The editor.
rowIndexintIndex of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets or sets a value indicating whether the event is canceled.
C#
public bool Cancel { get; set; }
Gets or sets the editor to be used.
C#
public IInputEditor Editor { get; set; }