Skip to main content

RibbonToolbarControl.SelectedTab Property

Gets or sets which of the RibbonToolbarControl 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 RibbonToolbarTab SelectedTab { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonToolbarTab

A RibbonToolbarTab 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 RibbonToolbarControl.Tabs collection items.

See Also