Skip to main content

TcxTab.RealVisible Property

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

Declaration

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