HtmlHyperlink.Text Property
Gets the hyperlink text.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String | The hyperlink text. |
See Also