Skip to main content

RibbonTabBase.IsSelected Property

Gets or sets whether the current ribbon tab is 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 bool IsSelected { get; set; }

Property Value

Type Description
Boolean

true, if the current ribbon tab is selected; otherwise, false.

Remarks

To programmatically select a ribbon tab, set the IsSelected property to true.

See Also