Skip to main content

BootstrapCardViewColumn Constructors

Serves as a base for classes that represent data columns.
Name Parameters Description
BootstrapCardViewColumn() none Initializes a new instance of the BootstrapCardViewColumn class with default settings.
BootstrapCardViewColumn(String, String) fieldName, caption Initializes a new instance of the BootstrapCardViewColumn class with the specified field name and caption.
BootstrapCardViewColumn(String) fieldName Initializes a new instance of the BootstrapCardViewColumn class with the specified field name.
See Also