TdxRibbonBackstageViewTabSheet.TabVisible Property
In This Article
Specifies the visibility of the page and its tab.
#Declaration
Delphi
property TabVisible: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to hide the page and its tab. Hidden pages cannot be made active.
The default value of the TabVisible property is True.
See Also