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.True
. Fixed bands cannot be moved. Use the Tree
#Default Value
The BandCustomizing
property’s default value is True
.