ButtonInfo.ImageSource Property
In This Article
Gets or sets the button’s image.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "UpdateActualPaddings")]
public ImageSource ImageSource { get; set; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
See Also