BootstrapCardViewColumn Class
In This Article
Serves as a base for classes that represent data columns.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapCardViewColumn :
CardViewColumn,
IBootstrapCardViewColumn,
IBSBadgeOwner
#Related API Members
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.
- 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 BootstrapCardView.CustomUnboundColumnData event.
To learn more, see Data Columns.
#Inheritance
Show 22 items
Object
StateManager
CollectionItem
WebColumnBase
CardViewColumn
BootstrapCardViewColumn
See Also