AlertInfo.HotTrackedText Property
Gets or sets the text of an alert window, displayed when the text is hot-tracked.
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 hot-tracked text for 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