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

AlertInfo(String, String, Boolean) Constructor

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

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