ClassVirtualGridCellValueNeededEventArgs
Class
Provides data for the CellValueNeeded event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridCellValueNeededEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridCellValueNeededEventArgs
Inherited Members
Constructors
VirtualGridCellValueNeededEventArgs(int, int, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridCellValueNeededEventArgs class.
Declaration
cs-api-definition
public VirtualGridCellValueNeededEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
rowIndex
Index of the row.
columnIndex
Index of the column.
viewInfo
The view info.
Properties
FieldName
Gets or sets the name of the field that the cell will display.
FormatString
Gets or sets the format string of the cell.