New to Telerik UI for WinFormsStart a free 30-day trial

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 VirtualGridCellEventArgs.RowIndexVirtualGridCellEventArgs.ColumnIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridCellEditorInitializedEventArgs class.

C#
public VirtualGridCellEditorInitializedEventArgs(IInputEditor activeEditor, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters:activeEditorIInputEditor

The active editor.

rowIndexint

Index of the row.

columnIndexint

Index of the column.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the active editor.

C#
public IInputEditor ActiveEditor { get; }