Skip to main content
A newer version of this page is available. .

WizardPageValidatingEventArgs.ErrorIconType Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

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