Back to Devexpress

ContextItem.HasGlyph Property

windowsforms-devexpress-dot-utils-dot-contextitem-85795b76.md

latest1.3 KB
Original Source

ContextItem.HasGlyph Property

Gets whether or not this ContextItem has a glyph assigned.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true if this ContextItem has a 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