Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTabSheet.TabVisible Property

Specifies whether the corresponding tab is visible.

#Declaration

Delphi
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