HtmlEdit.GetSelectedImageAsync() Method
In This Article
Asynchronously retrieves the image selected in the HtmlEdit.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
#Returns
Type | Description |
---|---|
Task<Html |
A task that returns the image selected in the Html |
See Also