ASPxVerticalGridRowDataEventArgs Properties
Provides data for the ASPxVerticalGrid.CustomUnboundRowData event.
Name | Description |
---|---|
Is |
Gets whether you should provide data for the currently processed cell.
Inherited from ASPx |
Is |
Gets whether the cell’s value should be stored in a custom data source.
Inherited from ASPx |
List |
Gets the current data item’s (row, card or record) index in the data source.
Inherited from ASPx |
Row | Gets the unbound row currently being processed. |
Value |
Gets or sets the value of the cell currently being processed.
Inherited from ASPx |
See Also