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

BootstrapCardViewEditColumn Constructors

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