TcxCustomTabControlProperties.HideTabs Property
In This Article
Specifies whether the tab panel is hidden.
#Declaration
Delphi
property HideTabs: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to hide the tab panel.
The default value of the HideTabs property is False.
See Also