ASPxClientCardViewColumn Class
Represents a client column.
Declaration
declare class ASPxClientCardViewColumn extends ASPxClientGridColumnBase
Remarks
The ASPxClientCardViewColumn class represents a column displayed within the client ASPxCardView. Client columns correspond to server columns that are stored within the ASPxCardView.Columns collection.
To access individual client columns, use the ASPxClientCardView.GetColumn, ASPxClientCardView.GetColumnById or ASPxClientCardView.GetColumnByField methods.
Inheritance
ASPxClientGridColumnBase
ASPxClientCardViewColumn
See Also