Skip to main content

DXMessageBox.ImageSource Property

Gets or sets the image displayed by the DXMessageBox. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ImageSource ImageSource { get; set; }

Property Value

Type Description
ImageSource

An ImageSource object that is the image displayed by the DXMessageBox.

See Also