Back to Devexpress

TdxCustomRibbon.VisibleTabs Property

vcl-dxribbon-dot-tdxcustomribbon-890ba09c.md

latest1.1 KB
Original Source

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

TdxCustomRibbon.Tabs

TdxCustomRibbon.VisibleTabCount

TdxRibbonTab.VisibleIndex

TdxRibbonTabCollection.Items

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit