ASPxGridColumnDataEventArgs Properties
Provides data for the ASPxGridView.CustomUnboundColumnData and ASPxCardView.CustomUnboundColumnData events.
Name | Description |
---|---|
Is |
Gets whether you should provide data for the currently processed cell. |
Is |
Gets whether the cell’s value should be stored in a custom data source. |
List |
Gets the current data item’s (row, card or record) index in the data source. |
Value | Gets or sets the value of the cell currently being processed. |
See Also