Skip to main content

BootstrapCardViewButtonEditColumn Constructors

Represents a data column with the button editor.
Name Parameters Description
BootstrapCardViewButtonEditColumn() none Initializes a new instance of the BootstrapCardViewButtonEditColumn class with default settings.
BootstrapCardViewButtonEditColumn(String, String) fieldName, caption Initializes a new instance of the BootstrapCardViewButtonEditColumn class with the specified field name and caption.
BootstrapCardViewButtonEditColumn(String) fieldName Initializes a new instance of the BootstrapCardViewButtonEditColumn class with the specified field name.
See Also