ButtonInfo.GlyphKind Property
In This Article
Gets or sets the type of the button’s image. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(GlyphKind.None, Handler = "OnGlyphKindChanged")]
public GlyphKind GlyphKind { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
See Also