Skip to main content

RibbonControl.SelectedTab Property

Gets or sets which of the RibbonControl tabs is currently selected. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RibbonTab SelectedTab { get; set; }

Property Value

Type Description
RibbonTab

A RibbonTab object that is the currently selected ribbon tab.

Remarks

Use the SelectedTab property to obtain the currently selected ribbon tab.

To specify the selected tab programmatically, set the SelectedTab property to one of the RibbonControl.Tabs collection items.

See Also