AlertInfo.Text Property
Gets or sets the text of an alert window.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string that specifies the text of an alert window. |
Remarks
If the AlertControl.AllowHtmlText property is enabled, you can use HTML tags to format an alert window’s caption and text. See HTML Text Formatting to learn more.
See Also