Skip to main content

ButtonInfo.GlyphKind Property

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.WinUI.Editors.GlyphKind

A DevExpress.WinUI.Editors.GlyphKind enumeration value that specifies the image type.

See Also