Skip to main content

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 null if the text does not contain a hyperlink.

See Also