HtmlHyperlink.Range Property
In This Article
Gets the range of characters that includes the hyperlink.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public HtmlSelectionRange? Range { get; }
#Property Value
Type | Description |
---|---|
Nullable<Html |
The range of characters that includes the hyperlink. |
See Also