Back to Devexpress

HtmlEdit.SelectedTextHyperlink Property

maui-devexpress-dot-maui-dot-htmleditor-dot-htmledit-565a1cd0.md

latest902 B
Original Source

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

csharp
public HtmlHyperlink SelectedTextHyperlink { get; set; }

Property Value

TypeDescription
HtmlHyperlink

A hyperlink object. Returns null if the text does not contain a hyperlink.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace