Skip to main content

TcxTreeListBandOptions.Hidden Property

Specifies whether the current band is visible in the customization form.

Declaration

property Hidden: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the Hidden property is set to True, the band is not displayed in the customization form after it has been dragged from the control into the customization form.

Note

To activate the customization form set the TcxTreeListCustomizing.Visible property to True. To allow dragging the band set the TcxTreeListBandOptions.Moving property to True. To authorize dragging the band from the control to the customization form set the TcxTreeListBandOptions.Customizing property to True.

The default value of the Hidden property is False.

See Also