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

TcxTreeListOptionsCustomizing.BandHiding Property

Specifies the manner in which end-users can hide bands in the TreeList control.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Users can hide bands by dragging their headers from the band header panel to the customization form. If the BandHiding property is set to True, end-users can also hide bands by dropping their headers, even if the customization form is not displayed.

Note

The BandHiding property is in effect only if the Tree List control’s OptionsCustomizing.BandCustomizing property is set to True.

#Default Value

The BandHiding property’s default value is False.

See Also