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.VisibleIndex Property

Returns the tab’s visible index.

#Declaration

Delphi
property VisibleIndex: Integer read;

#Property Value

Type
Integer

#Remarks

Use the VisibleIndex property to determine the tab index in the visible tabs collection. Indexes are zero-based.

If the tab is invisible, the VisibleIndex property returns -1. Invisible tabs are not taken into account when calculating this property value. Thus, if the first tab is invisible, the VisibleIndex property will return 0 for the second tab in the collection.

See Also