LabelControl.PlainText Property
Gets the label’s plain text, stripping out HTML tags.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A String value representing the label’s text without HTML tags. |
Remarks
If the label’s text is formated using HTML tags (see LabelControl.AllowHtmlString), you can use the PlainText property to get the label’s plain text, stripping out HTML tags.
See Also