TcxTreeListCustomizing Class
Contains the Customize window’s settings.
Declaration
TcxTreeListCustomizing = class(
TcxOwnedInterfacedPersistent,
IcxTreeListDesigner
)
Remarks
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.
Implements
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxTreeListCustomizing
See Also