Class VirtualGridEditorRequiredEventArgs
Provides data for the EditorRequired event.
Inheritance
System.Object
System.EventArgs
VirtualGridEditorRequiredEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridEditorRequiredEventArgs : VirtualGridCellEventArgs
Constructors
VirtualGridEditorRequiredEventArgs(IInputEditor, Int32, Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridEditorRequiredEventArgs class.
Declaration
public VirtualGridEditorRequiredEventArgs(IInputEditor editor, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
IInputEditor
editor
The editor. |
System.Int32
rowIndex
Index of the row. |
System.Int32
columnIndex
Index of the column. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
Cancel
Gets or sets a value indicating whether the event is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Editor
Gets or sets the editor to be used.
Declaration
public IInputEditor Editor { get; set; }
Property Value
IInputEditor
|