TcxTreeListBandOptions.Hidden Property
In This Article
Specifies whether the current band is visible in the customization form.
#Declaration
Delphi
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 Tcx
The default value of the Hidden property is False.
See Also