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
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 Tree List control’s OptionsCustomizing.BandCustomizing property is set to True
.
Default Value
The BandHiding
property’s default value is False
.
See Also