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