Skip to main content

WizardPageValidatingEventArgs.ErrorIconType Property

Gets or sets the type of icon displayed within an error message.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v24.1.dll

NuGet Package: DevExpress.Win

Declaration

public MessageBoxIcon ErrorIconType { get; set; }

Property Value

Type Description
MessageBoxIcon

A System.Windows.Forms.MessageBoxIcon enumeration value that specifies the type of icon displayed within an error message.

See Also