TcxTreeListBandOptions.Customizing Property
Specifies if users can hide or display bands.
Declaration
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:
Dragging the band’s header from the band header panel or customization form.
Clicking a corresponding item within the Quick Band Customization dropdown.
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
.