Skip to main content

ButtonInfo.ImageSource Property

Gets or sets the button’s image.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ImageSource ImageSource { get; set; }

#Property Value

Type Description
ImageSource

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

See Also