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

Specifies if users can hide or display bands.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Set the Customizing property to False, to prevent users from changing the visibility of the band using any of the following methods:

The Customizing property is in effect only if the TreeList control’s OptionsCustomizing.BandCustomizing property is set to True.

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 Customizing property’s default value is True.

See Also