| C1.Win.TreeView Namespace : C1TreeColumn Class |
The following tables list the members exposed by C1TreeColumn.
| Name | Description | |
|---|---|---|
![]() | C1TreeColumn Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | AutoWidth | Gets or sets a value indicating whether the column width should be set automatically by content width. |
![]() | CustomContentPresenter | Gets or sets a custom element that displays content of cells of this column. |
![]() | DataMap | Gets or sets an System.Collections.IDictionary used to associate cell values with display values in the ComboBox editor. |
![]() | DisplayFieldName | Gets or sets the list of fields to be displayed in the column depending on the level of the node. |
![]() | DisplayFormat | Gets or sets the format string used to display the value when the node cell is not in edit mode. |
![]() | EditFormat | Gets or sets the format string used to display the value when the control is in edit mode. |
![]() | Editor | Gets or sets the custom editor of node. |
![]() | EditorType | Gets or sets the type of node editor. |
![]() | HeaderText | Gets or sets the text of header of the column of tree in the C1TreeView control. |
![]() | Name | Gets or sets the name of the column of tree in the C1TreeView control. |
![]() | Styles | Gets or sets the styles of the TreeColumn. |
![]() | Visible | Gets or sets a value indicating whether the tree node is in the visible state. |
![]() | Width | Gets or sets the width of the TreeColumn. |
| Name | Description | |
|---|---|---|
![]() | ResetStyles | Resets the Styles property to its default value. |
| Name | Description | |
|---|---|---|
![]() | AutoWidthChanged | Occurs when the column AutoWidth changed. |
![]() | DisplayFieldNameChanged | Occurs when the list of fields to be displayed in the column changed. |
![]() | EditorTypeChanged | Occurs when the column EditorType changed. |
![]() | HeaderTextChanged | Occurs when the text of header of the column changed. |
![]() | StylesChanged | Occurs when the column styles changed. |
![]() | VisibleChanged | Occurs when the column visible changed. |
![]() | WidthChanged | Occurs when the column width changed. |