Skip to main content

ButtonInfo.ImageSource Property

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
ImageSource

A ImageSource object that is the image displayed within the button.

See Also