Skip to main content

AlertInfo.Text Property

Gets or sets the text of an alert window.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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