Skip to main content
.NET 6.0+

WinMessageOptions.Caption Property

Specifies the notification caption.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string specifying the notification caption.

Property Paths

You can access this nested property as listed below:

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