AlertInfo(String, String, Boolean) Constructor
Initializes a new instance of the AlertInfo class with the specified settings.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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