Provides data for the CellValueNeeded event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridCellValueNeededEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridCellValueNeededEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridCellValueNeededEventArgs class.
C#
public VirtualGridCellValueNeededEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Index of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets or sets the name of the field that the cell will display.
C#
public string FieldName { get; set; }
Gets or sets the format string of the cell.
C#
public string FormatString { get; set; }