MVCxTreeListColumn Constructors
Denotes an individual column within the TreeList.| Name | Parameters | Description |
|---|---|---|
| MVCxTreeListColumn() | none | Initializes a new instance of the MVCxTreeListColumn class with default settings. |
| MVCxTreeListColumn(String, MVCxTreeListColumnType) | fieldName, columnType | Initializes a new instance of the MVCxTreeListColumn class with the specified settings. |
| MVCxTreeListColumn(String, String, MVCxTreeListColumnType) | fieldName, caption, columnType | Initializes a new instance of the MVCxTreeListColumn class with the specified settings. |
| MVCxTreeListColumn(String, String) | fieldName, caption | Initializes a new instance of the MVCxTreeListColumn class with the specified settings. |
| MVCxTreeListColumn(String) | fieldName | Initializes a new instance of the MVCxTreeListColumn class with the specified setting. |
See Also