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

CustomGetImageEventArgs.Type Property

Gets a Text Notification‘s Information Type (xref:DevExpress.ExpressApp.InformationType).

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public InformationType Type { get; }

Property Value

Type
InformationType

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