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

Specifies how users can change the visibility of bands.

#Declaration

Delphi
property BandCustomizing: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set The BandCustomizing property to False, to prohibit end-users from changing the visibility of bands using any of the following methods:

If the BandCustomizing property is set to True, you can specify the manner in which end-users can change the visibility of individual bands via a band’s Options.Customizing property.

Note

Dragging bands is enabled only when a band’s Options.Moving property and the TreeList control’s OptionsCustomizing.BandMoving property are set to True. Fixed bands cannot be moved. Use the TreeList control’s OptionsCustomizing.BandHiding property to customize the manner in which end-users can hide bands using drag-and-drop operations.

#Default Value

The BandCustomizing property’s default value is True.

See Also