Skip to main content
A newer version of this page is available. .

RibbonControl.SelectedTab Property

Gets the currently selected RibbonControl‘s tab. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "SelectedTabChanged")]
public RibbonTab SelectedTab { get; }

Property Value

Type Description
RibbonTab

The selected RibbonControl‘s tab.

See Also