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

TcxTab.RealVisible Property

Returns a value indicating whether the tab is currently visible to an end-user.

#Declaration

Delphi
property RealVisible: Boolean read;

#Property Value

Type
Boolean

#Remarks

Tab visibility is controlled via the Visible property. However, if tabs are arranged into a single row and they don’t fit into the control’s area, some of the tabs may not be currently visible to an end-user. The RealVisible property returns True when an end-user can see the tab. Otherwise, False is returned.

See Also