Skip to main content
A newer version of this page is available. .

MessageOptions.Duration Property

Specifies the duration of the WinForms Alert and ASP.NET notification display in milliseconds.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public int Duration { get; set; }

Property Value

Type Description
Int32

An integer which specifies the duration of the WinForms Alert and ASP.NET notification display in milliseconds.

Remarks

A notification message window is closed when this duration time is up or when a user clicks the message.

This property has no effect in WinForms applications with the Flyout or Toast notifications.

See Also