Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

Customization Form

A TreeList control’s Customizing property references a TcxTreeListCustomizing object.

See Also