Back to Devexpress

ContextItem.HasHoverGlyph Property

windowsforms-devexpress-dot-utils-dot-contextitem-e5038282.md

latest1.4 KB
Original Source

ContextItem.HasHoverGlyph Property

Gets whether or not this ContextItem has a hovered state glyph assigned.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool HasHoverGlyph { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasHoverGlyph As Boolean

Property Value

TypeDescription
Boolean

true if this ContextItem has a hovered state glyph assigned; otherwise, false.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace