DXButton.Icon Property
In This Article
Gets or sets an icon displayed in the button. This is a dependency property.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "UpdatePresenter")]
public DXIconSource Icon { get; set; }
#Property Value
Type | Description |
---|---|
DXIcon |
An icon displayed in the button. |
See Also