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

BootstrapCardViewDropDownEditColumn Constructors

Represents a data column with an editor containing a customizable dropdown window.
Name Parameters Description
BootstrapCardViewDropDownEditColumn() none Initializes a new instance of the BootstrapCardViewDropDownEditColumn class with default settings.
BootstrapCardViewDropDownEditColumn(String, String) fieldName, caption Initializes a new instance of the BootstrapCardViewDropDownEditColumn class with the specified field name and caption.
BootstrapCardViewDropDownEditColumn(String) fieldName Initializes a new instance of the BootstrapCardViewDropDownEditColumn class with the specified field name.
See Also