ContextItem.HoverGlyph Property
Gets or sets the glyph displayed by the current item in the hovered state.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image HoverGlyph { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Image | null | An Image object that specifies the glyph displayed by the current item in the hovered state. |
Remarks
You can specify two glyphs for the current item to be displayed in the normal and hovered states. For this purpose, use the ContextItem.Glyph and HoverGlyph properties, respectively.
For the RatingContextButton object, the ContextItem descendant, the ContextItem.Glyph and HoverGlyph properties specify the rating point glyph in the normal and hovered states, respectively.
The HoverGlyph property is equivalent to the ImageOptions.HoverImage property (see ContextItem.ImageOptions).