Skip to main content
A newer version of this page is available. .

ContextItem.HoverGlyph Property

Gets or sets the glyph displayed by the current item in the hovered state.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
[DefaultValue(null)]
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).

See Also