Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MessageOptions.Type Property

Specifies the type of a notification window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public InformationType Type { get; set; }

Property Value

Type Description
InformationType

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

See Also