Member Table: Columns
Server
| Member | Description |
|---|---|
| ASPxCardView.Columns | Provides access to the ASPxCardView’s column collection. |
| ASPxCardView.AutoGenerateColumns | Specifies whether columns are automatically created for all fields in the underlying data source. |
| ASPxCardView.CustomColumnDisplayText | Enables custom display text to be provided for any cell. |
Client
| Member | Description |
|---|---|
| ASPxClientCardView.GetColumn | Returns the client column located at the specified position within the column collection. |
| ASPxClientCardView.GetColumnByField | Returns the client column that is bound to the specified data source field. |
| ASPxClientCardView.GetColumnById | Returns the column with the specified unique identifier. |
| ASPxClientCardView.MoveColumn | Moves the column to the specified position within ASPxCardView. |