Back to Devexpress

ContextItem.HoverGlyph Property

windowsforms-devexpress-dot-utils-dot-contextitem-489f3c02.md

latest1.5 KB
Original Source

ContextItem.HoverGlyph Property

Gets or sets the glyph displayed by the current item in the hovered state. This property is obsolete. Use the ImageOptionsCollection property instead.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image HoverGlyph { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Overridable Property HoverGlyph As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object that specifies the glyph displayed by the current item in the hovered state.

|

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace