Skip to main content

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:

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