TcxTabSheet.TabVisible Property
Specifies whether the corresponding tab is visible.
Declaration
property TabVisible: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the TabVisible property to control the visibility of the corresponding tab. Set this property to False to hide the tab. Otherwise it is visible.
Hiding a tab prevents a user from selecting it by means of the page control. However, the page with the invisible tab can be selected via the ActivePage property or SelectNextPage method.
The default value of the TabVisible property is True.
See Also