Back to Devexpress

CardViewColumn Class

aspnet-devexpress-dot-web-bce39152.md

latest7.8 KB
Original Source

CardViewColumn Class

Serves as a base for classes that represent data columns.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewColumn :
    WebColumnBase,
    IWebGridDataColumn,
    IWebGridDataColumnBase,
    IWebGridColumn,
    IWebGridExportColumn,
    IFilterColumn,
    IFilterablePropertyInfo,
    IWebColumnInfo,
    IDataSourceViewSchemaAccessor,
    IWebGridDataColumnAdapterOwner
vb
Public Class CardViewColumn
    Inherits WebColumnBase
    Implements IWebGridDataColumn,
               IWebGridDataColumnBase,
               IWebGridColumn,
               IWebGridExportColumn,
               IFilterColumn,
               IFilterablePropertyInfo,
               IWebColumnInfo,
               IDataSourceViewSchemaAccessor,
               IWebGridDataColumnAdapterOwner

The following members return CardViewColumn objects:

Show 14 links

Remarks

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.

  • Bound columns obtain their data from the control’s data source. Their CardViewColumn.FieldName property refers to a valid field in the data source.
  • Unbound columns are not bound to any field in the data source. These columns must be populated manually using the ASPxCardView.CustomUnboundColumnData event.

To learn more, see Data Columns.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridDataColumn

IWebGridColumn

IFilterablePropertyInfo

IDataSourceViewSchemaAccessor

Inheritance

Show 39 items

Object StateManager CollectionItem WebColumnBase CardViewColumn CardViewEditColumn

CardViewTextColumn

CardViewTimeEditColumn

CardViewTokenBoxColumn

CardViewHyperLinkColumn

CardViewImageColumn

CardViewButtonEditColumn

CardViewCheckColumn

CardViewColorEditColumn

CardViewComboBoxColumn

CardViewDateColumn

CardViewDropDownEditColumn

CardViewSpinEditColumn

CardViewBinaryImageColumn

CardViewMemoColumn

CardViewProgressBarColumn

BootstrapCardViewSpinEditColumn

BootstrapCardViewHyperLinkColumn

BootstrapCardViewImageColumn

BootstrapCardViewCheckColumn

BootstrapCardViewComboBoxColumn

MVCxCardViewColumn

BootstrapCardViewBinaryImageColumn

BootstrapCardViewButtonEditColumn

BootstrapCardViewColorEditColumn

BootstrapCardViewColumn

BootstrapCardViewDateColumn

BootstrapCardViewDropDownEditColumn

BootstrapCardViewEditColumn

BootstrapCardViewMemoColumn

BootstrapCardViewProgressBarColumn

BootstrapCardViewTagBoxColumn

BootstrapCardViewTextColumn

BootstrapCardViewTimeEditColumn

See Also

CardViewColumn Members

Card View

DevExpress.Web Namespace