RibbonPage.AppearanceSelected Property
Allows you to access Appearance settings applied to this page when it is selected (active).
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Appearance")]
[SkipRuntimeSerialization]
public virtual AppearanceObject AppearanceSelected { get; }
Property Value
Type | Description |
---|---|
AppearanceObject | Stores Appearance settings applied to this page when it is selected (active). |
See Also