Skip to main content

BootstrapCardViewColumn Class

Serves as a base for classes that represent data columns.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewColumn :
    CardViewColumn,
    IBootstrapCardViewColumn,
    IBSBadgeOwner

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.

See Also