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

TdxCustomRibbon.VisibleTabs Property

Provides indexed access to the visible Ribbon tab at the position specified by the zero-based Index parameter.

#Declaration

Delphi
property VisibleTabs[Index: Integer]: TdxRibbonTab read;

#Property Value

Type
TdxRibbonTab

#Remarks

Unlike Tabs, the VisibleTabs collection only contains tabs whose Visible property is set to True.

VisibleTabs returns nil if the collection is empty (when all Ribbon tabs are hidden in the view).

See Also