Skip to main content

DXButton.Icon Property

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
DXIconSource

An icon displayed in the button.

See Also