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.Visible Property

Indicates whether the Customize window is visible.

#Declaration

Delphi
property Visible: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Read the Visible property to determine the customization form’s visibility. Set the property to True, to display the customization form; set it to False, to hide it. The customization form provides storage for bands and columns. It can be used by an end-user to hide some bands and/or columns in the TreeList control. To do this, the end-user should drag the desired bands and/or columns to the form.

Handle the OnCustomizationFormVisibleChanged event to track when the customization form’s visibility changes.

See Also