Skip to main content

DXFontIconSource.Glyph Property

Gets or sets the glyph’s hexadecimal character code.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public string Glyph { get; set; }

Property Value

Type Description
String

The glyph’s hexadecimal character code.

See Also