Provides data for the CellEditorInitialized event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridCellEditorInitializedEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridCellEditorInitializedEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridCellEditorInitializedEventArgs class.
C#
public VirtualGridCellEditorInitializedEventArgs(IInputEditor activeEditor, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
The active editor.
rowIndexintIndex of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets the active editor.
C#
public IInputEditor ActiveEditor { get; }