Skip to main content

AlertInfo(String, String, Boolean) Constructor

Initializes a new instance of the AlertInfo class with the specified settings.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AlertInfo(
    string caption,
    string text,
    bool autoCloseFormOnClick
)

Parameters

Name Type Description
caption String

A String value that is the alert window caption.

text String

A String value that is the alert window text.

autoCloseFormOnClick Boolean

true if the alert window should be closed on click; otherwise, false.

See Also