Skip to main content
.NET 6.0+

WinMessageOptions.Type Property

Specifies the type of a notification window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public WinMessageType Type { get; set; }

Property Value

Type Description
WinMessageType

A WinMessageType enumeration value specifiying the type of a notification window.

Property Paths

You can access this nested property as listed below:

Object Type Path to Type
MessageOptions
.Win .Type
See Also