Back to Devexpress

RibbonPage.IsSelectable Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-8ac875cf.md

latest1.6 KB
Original Source

RibbonPage.IsSelectable Property

Gets if the current RibbonPage is selectable at the moment.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool IsSelectable { get; }
vb
Public ReadOnly Property IsSelectable As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the RibbonControl.GetFirstSelectablePage or RibbonPageCategoryBase.GetFirstSelectablePage methods to get the first selectable pages within the parent ribbon control or category.

See Also

RibbonControl.GetFirstSelectablePage

RibbonPageCategoryBase.GetFirstSelectablePage

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace