vcl-cxtl-309a1533.md
Contains the Customize window’s settings.
TcxTreeListCustomizing = class(
TcxOwnedInterfacedPersistent,
IcxTreeListDesigner
)
This class provides the following API to control the Customize window behavior:
The RowCount property – specifies the number of column or band headers visible in the window.
The Visible property – specifies the window’s visibility.
The MakeBandPageVisible and MakeColumnPageVisible methods are used to switch between the window’s Bands and Columns tabs.
A TreeList control’s Customizing property references a TcxTreeListCustomizing object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxTreeListCustomizing
See Also