RibbonPage.IsSelected Property
In This Article
Gets or sets whether the current page is selected. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current page is selected; otherwise, false. |
#Remarks
See RibbonControl.SelectedPage to learn more.
See Also