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

BootstrapCardViewProgressBarColumn Constructors

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