Provides data for the CreateCellElement event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridCreateCellEventArgs
Inheritance: objectVirtualGridCreateCellEventArgs
Constructors
Initializes a new instance of the VirtualGridCreateCellEventArgs class.
C#
public VirtualGridCreateCellEventArgs(int columnIndex, int rowIndex, Type cellType, VirtualGridViewInfo viewInfo)
Index of the column.
rowIndexintIndex of the row.
cellTypeTypeType of the cell.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets or sets the cell element.
C#
public VirtualGridCellElement CellElement { get; set; }
Gets the column index of the cell.
C#
public int ColumnIndex { get; }
Gets the view info of the cell.
C#
public VirtualGridViewInfo ViewInfo { get; }