HtmlEdit.SelectedTextHyperlink Property
In This Article
Gets or sets the hyperlink in the text that is selected/typed text. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public HtmlHyperlink SelectedTextHyperlink { get; set; }
#Property Value
Type | Description |
---|---|
Html |
A hyperlink object. Returns |
See Also