ASPxCardViewColumnDataEventArgs Properties
Provides data for the ASPxCardView.CustomUnboundColumnData event.
Name | Description |
---|---|
Column | Gets the unbound column currently being processed. |
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 |
Value |
Gets or sets the value of the cell currently being processed.
Inherited from ASPx |
See Also