TcxTreeListOptionsCustomizing Properties
Represents a set of options, which determine how end-users can customize a TreeList control’s layout.| Name | Description |
|---|---|
| BandCustomizing | Specifies how users can change the visibility of bands. |
| BandHiding | Specifies the manner in which end-users can hide bands in the TreeList control. |
| BandHorzSizing | Specifies whether end-users can horizontally resize bands by dragging their right edges. |
| BandMoving | Specifies whether end-users can move bands by dragging their headers. |
| BandsQuickCustomization | Specifies whether the Quick Band Customization button is displayed. |
| BandsQuickCustomizationMaxDropDownCount | Specifies the maximum number of band captions displayed in the Quick Band Customization dropdown list at a time. |
| BandsQuickCustomizationShowCommands | Switches the visibility of the (All) and (Sorted) check boxes in the Quick Band Customization dropdown list. |
| BandsQuickCustomizationSorted | Specifies if band captions are sorted alphabetically in the Quick Band Customization dropdown list. |
| BandVertSizing | Specifies whether end-users can vertically resize bands by dragging their bottom edges. |
| ColumnCustomizing | Specifies the manner in which end-users can change the visibility of columns. |
| ColumnFiltering | Specifies if column headers can display filter dropdown buttons. |
| ColumnHiding | Specifies how users can hide columns in the Tree List control. |
| ColumnHorzSizing | Specifies whether end-users can horizontally resize columns by dragging their right edges. |
| ColumnMoving | Specifies whether end-users can move columns by dragging their headers. |
| ColumnsQuickCustomization | Specifies whether the Quick Column Customization button is displayed. |
| ColumnsQuickCustomizationMaxDropDownCount | Specifies the maximum number of column captions displayed in the Quick Column Customization dropdown list at a time. |
| ColumnsQuickCustomizationShowCommands | Switches the visibility of the (All) and (Sorted) check boxes in the Quick Column Customization dropdown list. |
| ColumnsQuickCustomizationSorted | Specifies if column captions are sorted alphabetically in the Quick Column Customization dropdown list. |
| ColumnVertSizing | Specifies whether end-users can vertically resize columns by dragging their bottom edges. |
| DynamicSizing | Specifies whether band and column widths, and node heights are immediately updated when end-users resize them. |
| NestedBands | Specifies whether end-users can arrange bands as nested bands using drag and drop. |
| NodeSizing | Specifies whether end-users can vertically resize individual nodes by dragging the bottom edge of corresponding indicator cells. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| RowSizing | Specifies whether end-users can specify the default height for all nodes. |
| StackedColumns | Specifies whether users can stack columns using drag and drop. |
| TreeList | Provides access to the TreeList control that owns the current option set. |
See Also