Back to Devexpress

HtmlEdit.SetSelectionRangeAsync(HtmlSelectionRange) Method

maui-devexpress-dot-maui-dot-htmleditor-dot-htmledit-dot-setselectionrangeasync-x28-devexpress-dot-maui-dot-htmleditor-dot-htmlselectionrange-x29.md

latest1.2 KB
Original Source

HtmlEdit.SetSelectionRangeAsync(HtmlSelectionRange) Method

Asynchronously selects HTML markup with the specified HtmlSelectionRange object properties.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
public Task SetSelectionRangeAsync(
    HtmlSelectionRange selection
)

Parameters

NameTypeDescription
selectionHtmlSelectionRange

A HtmlSelectionRange object that is the selection to display.

|

Returns

TypeDescription
Task

A task that allows you to wait for the operation.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace