TcxTreeListOptionsCustomizing.BandCustomizing Property
Specifies how users can change the visibility of bands.
Declaration
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:
Dragging band headers from the band header panel or customization form.
Clicking items within the Quick Band Customization dropdown.
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
.