Skip to main content
All docs
V25.1
  • SvgImageItemAppearanceCollection.Hovered Property

    Gets the appearance settings applied in the hovered state.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public SvgImageItemAppearance Hovered { get; }

    Property Value

    Type Description
    SvgImageItemAppearance

    The appearance settings applied in the hovered state.

    See Also