Skip to main content

DXSymbolIconSource.Symbol Property

Gets or sets a Segoe MDL2 Assets glyph used as the icon’s content.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Symbol

A Segoe MDL2 Assets glyph used as the icon’s content.

See Also