Class VirtualGridCellValueNeededEventArgs
Provides data for the CellValueNeeded event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridCellValueNeededEventArgs : VirtualGridCellEventArgs
Constructors
VirtualGridCellValueNeededEventArgs(Int32, Int32, VirtualGridViewInfo)
Initializes a new instance of the Virtual
Declaration
public VirtualGridCellValueNeededEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
System. Index of the row. |
System. Index of the column. |
Virtual The view info. |
Properties
FieldName
Gets or sets the name of the field that the cell will display.
Declaration
public string FieldName { get; set; }
Property Value
System.
|
FormatString
Gets or sets the format string of the cell.
Declaration
public string FormatString { get; set; }
Property Value
System.
|
Value
Gets or sets the value of the cell.
Declaration
public object Value { get; set; }
Property Value
System.
|