HtmlSelectionRange Struct
The read-only struct that is the HtmlEdit selection range. This struct includes a caret/selection start position and the selection length.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public struct HtmlSelectionRange :
IEquatable<HtmlSelectionRange>
Related API Members
The following members return HtmlSelectionRange objects:
Implements
See Also