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

MessageOptions.Type Property

Specifies the type of a notification window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public InformationType Type { get; set; }

Property Value

Type Description
InformationType

An InformationType enumeration value specifying the type of a notification window.

Available values:

Name Description
Info

The notification window is displayed as an information message.

Warning

The notification window is displayed as a warning message.

Error

The notification window is displayed as an error message.

Success

The notification window is displayed as a success message.

See Also