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

AlertInfo.Text Property

Gets or sets the text of an alert window.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public string Text { get; set; }

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