Skip to main content
A newer version of this page is available. .
All docs
V21.2

ConfirmationBehavior.MessageIcon Property

Gets or sets the confirmation message icon. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public MessageBoxImage MessageIcon { get; set; }

Property Value

Type Default Description
MessageBoxImage @System.Windows.MessageBoxImage.None

The confirmation message icon.

See Also