aspnet-devexpress-dot-web-bce39152.md
Serves as a base for classes that represent data columns.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CardViewColumn :
WebColumnBase,
IWebGridDataColumn,
IWebGridDataColumnBase,
IWebGridColumn,
IWebGridExportColumn,
IFilterColumn,
IFilterablePropertyInfo,
IWebColumnInfo,
IDataSourceViewSchemaAccessor,
IWebGridDataColumnAdapterOwner
Public Class CardViewColumn
Inherits WebColumnBase
Implements IWebGridDataColumn,
IWebGridDataColumnBase,
IWebGridColumn,
IWebGridExportColumn,
IFilterColumn,
IFilterablePropertyInfo,
IWebColumnInfo,
IDataSourceViewSchemaAccessor,
IWebGridDataColumnAdapterOwner
The following members return CardViewColumn objects:
Show 14 links
Settings provided by the CardViewColumn class allow you to control how column data is displayed and edited, whether the column takes part in sorting and in which order, etc.
The ASPxCardView control is designed to edit tabular information, representing it in cards. The control stores its columns in the ASPxCardView.Columns collection. The ASPxCardView supports bound and unbound columns.
To learn more, see Data Columns.
Show 39 items
Object StateManager CollectionItem WebColumnBase CardViewColumn CardViewEditColumn
BootstrapCardViewSpinEditColumn
BootstrapCardViewHyperLinkColumn
BootstrapCardViewComboBoxColumn
BootstrapCardViewBinaryImageColumn
BootstrapCardViewButtonEditColumn
BootstrapCardViewColorEditColumn
BootstrapCardViewDropDownEditColumn
BootstrapCardViewProgressBarColumn
BootstrapCardViewTimeEditColumn
See Also