DXButton.IconTemplate Property
In This Article
Gets or sets a template that defines the appearance of the button’s icon. 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 DataTemplate IconTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A template that defines the appearance of the button’s icon. |
See Also