Back to Devexpress

Member Table: Columns

aspnet-114348-components-card-view-member-tables-member-table-columns.md

latest1.3 KB
Original Source

Member Table: Columns

  • Dec 17, 2020

Server

MemberDescription
ASPxCardView.ColumnsProvides access to the ASPxCardView’s column collection.
ASPxCardView.AutoGenerateColumnsSpecifies whether columns are automatically created for all fields in the underlying data source.
ASPxCardView.CustomColumnDisplayTextEnables custom display text to be provided for any cell.

Client

MemberDescription
ASPxClientCardView.GetColumnReturns the client column located at the specified position within the column collection.
ASPxClientCardView.GetColumnByFieldReturns the client column that is bound to the specified data source field.
ASPxClientCardView.GetColumnByIdReturns the column with the specified unique identifier.
ASPxClientCardView.MoveColumnMoves the column to the specified position within ASPxCardView.