Skip to main content

BackstageTabItem.IsSelectable Property

Gets if the current BackstageTabItem is selectable at the moment.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsSelectable { get; }

Property Value

Type Description
Boolean

true if the current BackstageTabItem is selectable at the moment; otherwise, false.

See Also