aspnetbootstrap-devexpress-dot-web-dot-bootstrap-16ec4050.md
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
public class BootstrapCardViewColumn :
CardViewColumn,
IBootstrapCardViewColumn,
IBSBadgeOwner
Public Class BootstrapCardViewColumn
Inherits CardViewColumn
Implements IBootstrapCardViewColumn,
IBSBadgeOwner
The following members return BootstrapCardViewColumn objects:
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.
Show 22 items
Object StateManager CollectionItem WebColumnBase CardViewColumn BootstrapCardViewColumn BootstrapCardViewEditColumn
BootstrapCardViewTimeEditColumn
BootstrapCardViewProgressBarColumn
BootstrapCardViewComboBoxColumn
BootstrapCardViewColorEditColumn
BootstrapCardViewDropDownEditColumn
BootstrapCardViewHyperLinkColumn
BootstrapCardViewBinaryImageColumn
BootstrapCardViewButtonEditColumn
BootstrapCardViewSpinEditColumn
See Also