Skip to main content

TcxTreeListOptionsCustomizing.BandCustomizing Property

Specifies the manner in which end-users can change the visibility of bands.

Declaration

property BandCustomizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this 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.

The default value of the BandCustomizing property is True.

See Also