Skip to main content
A newer version of this page is available. .

BootstrapCardViewColumn Class

Serves as a base for classes that represent data columns.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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