BootstrapCardViewSpinEditColumn Constructors
Represents a data column used to display numeric data.| Name | Parameters | Description |
|---|---|---|
| BootstrapCardViewSpinEditColumn() | none | Initializes a new instance of the BootstrapCardViewSpinEditColumn class with default settings. |
| BootstrapCardViewSpinEditColumn(String, String) | fieldName, caption | Initializes a new instance of the BootstrapCardViewSpinEditColumn class with the specified field name and caption. |
| BootstrapCardViewSpinEditColumn(String) | fieldName | Initializes a new instance of the BootstrapCardViewSpinEditColumn class with the specified field name. |
See Also