Skip to main content

TcxTreeListOptionsCustomizing.BandHiding Property

Specifies the manner in which end-users can hide bands in the TreeList control.

Declaration

property BandHiding: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

End-users can hide bands by dragging their headers from the band header panel to the customization form. If the BandHiding property is set to True, end-users can also hide bands by dropping their headers, even if the customization form is not displayed.

Note

The BandHiding property is in effect only if the TreeList control’s OptionsCustomizing.BandCustomizing property is set to True.

The default value of the BandHiding property is False.

See Also