Skip to main content

AlertInfo(String, String) Constructor

Initializes a new instance of the AlertInfo class with the specified window caption and text.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AlertInfo(
    string caption,
    string text
)

Parameters

Name Type Description
caption String

A string that specifies the caption of an alert window. This value is assigned to the AlertInfo.Caption property.

text String

A string that specifies the text of an alert window. This value is assigned to the AlertInfo.Text property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AlertInfo(String, String) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also