Back to Devexpress

InformationType Enum

expressappframework-devexpress-dot-expressapp-9a833722.md

latest1.6 KB
Original Source

InformationType Enum

Contains values that specify the Text Notification type.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum InformationType
vb
Public Enum InformationType

Members

NameDescription
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.

|

The following properties accept/return InformationType values:

Remarks

These enumeration values are passed to the MessageOptions.Type property.

See Also

ShowMessage

DevExpress.ExpressApp Namespace