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
public Task SetSelectionRangeAsync(
HtmlSelectionRange selection
)
Parameters
Name | Type | Description |
---|---|---|
selection | HtmlSelectionRange | A HtmlSelectionRange object that is the selection to display. |
Returns
Type | Description |
---|---|
Task | A task that allows you to wait for the operation. |
See Also