Skip to main content
All docs
V26.1
  • RibbonPage.AppearanceHovered Property

    Allows you to access Appearance settings applied to this page when a user hovers over it.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    [DXCategory("Appearance")]
    [SkipRuntimeSerialization]
    public virtual AppearanceObject AppearanceHovered { get; }

    Property Value

    Type Description
    AppearanceObject

    Stores Appearance settings applied to this page when a user hovers over it.

    See Also