Skip to main content

RibbonPage.IsSelected Property

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

[XtraSerializableProperty]
public bool IsSelected { get; set; }

#Property Value

Type Description
Boolean

true if the current page is selected; otherwise, false.

#Remarks

See RibbonControl.SelectedPage to learn more.

See Also