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