Skip to main content

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