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