CustomGetImageEventArgs.Type Property
Gets a Text Notification‘s Information Type (xref:DevExpress.ExpressApp.InformationType).
Namespace: DevExpress.ExpressApp.Win
Assembly:
DevExpress.ExpressApp.Win.v25.2.dll
NuGet Packages:
DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
public InformationType Type { get; }
Public ReadOnly Property Type As InformationType
Property Value
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