Back to Devexpress

TdxRibbonTab.Visible Property

vcl-dxribbon-dot-tdxribbontab-dfd3b6f7.md

latest1.3 KB
Original Source

TdxRibbonTab.Visible Property

Specifies whether the currently processed tab is shown in the Ribbon.

Declaration

delphi
property Visible: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Set the Visible property to True to display the tab.

Note that if an invisible tab is activated, it automatically becomes visible (see the tab’s Active property).

The default value of the Visible property is True.

See Also

TdxCustomRibbon.ShowTabGroups

TdxCustomRibbon.ShowTabHeaders

TdxCustomRibbon.TabCount

TdxCustomRibbon.Tabs

TdxCustomRibbon.VisibleTabCount

TdxCustomRibbon.VisibleTabs

TdxRibbonTab.VisibleIndex

TdxRibbonTabCollection.Items

TdxRibbonTab Class

TdxRibbonTab Members

dxRibbon Unit