Back to Devexpress

BootstrapCardViewColumn Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-16ec4050.md

latest5.2 KB
Original Source

BootstrapCardViewColumn Class

Serves as a base for classes that represent data columns.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewColumn :
    CardViewColumn,
    IBootstrapCardViewColumn,
    IBSBadgeOwner
vb
Public Class BootstrapCardViewColumn
    Inherits CardViewColumn
    Implements IBootstrapCardViewColumn,
               IBSBadgeOwner

The following members return BootstrapCardViewColumn objects:

Remarks

Settings provided by the BootstrapCardViewColumn 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 BootstrapCardViewColumn control is designed to edit tabular information, representing it in cards. The control stores its columns in the BootstrapCardView.Columns collection. The Card View supports bound and unbound columns.

To learn more, see Data Columns.

Inheritance

Show 22 items

Object StateManager CollectionItem WebColumnBase CardViewColumn BootstrapCardViewColumn BootstrapCardViewEditColumn

BootstrapCardViewMemoColumn

BootstrapCardViewTimeEditColumn

BootstrapCardViewProgressBarColumn

BootstrapCardViewComboBoxColumn

BootstrapCardViewCheckColumn

BootstrapCardViewColorEditColumn

BootstrapCardViewDateColumn

BootstrapCardViewDropDownEditColumn

BootstrapCardViewHyperLinkColumn

BootstrapCardViewImageColumn

BootstrapCardViewTextColumn

BootstrapCardViewBinaryImageColumn

BootstrapCardViewButtonEditColumn

BootstrapCardViewSpinEditColumn

BootstrapCardViewTagBoxColumn

See Also

BootstrapCardViewColumn Members

Card View

DevExpress.Web.Bootstrap Namespace