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

TcxTreeListBandOptions.Hidden Property

Specifies whether the current band is visible in the customization form.

#Declaration

Delphi
property Hidden: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the Hidden property is set to True, the band is not displayed in the customization form after it has been dragged from the control into the customization form.

Note

To activate the customization form set the TcxTreeListCustomizing.Visible property to True. To allow dragging the band set the TcxTreeListBandOptions.Moving property to True. To authorize dragging the band from the control to the customization form set the TcxTreeListBandOptions.Customizing property to True.

The default value of the Hidden property is False.

See Also