HtmlEdit.SelectedTextHyperlink Property
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
public HtmlHyperlink SelectedTextHyperlink { get; set; }
Property Value
Type | Description |
---|---|
HtmlHyperlink | A hyperlink object. Returns |
See Also