Back to Devexpress

TcxTreeListCustomizing Class

vcl-cxtl-309a1533.md

latest1.6 KB
Original Source

TcxTreeListCustomizing Class

Contains the Customize window’s settings.

Declaration

delphi
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

IcxTreeListDesigner

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxTreeListCustomizing

See Also

TcxTreeListCustomizing Members

cxTL Unit