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