Back to Devexpress

HtmlSelectionRange Struct

maui-devexpress-dot-maui-dot-htmleditor-8551588b.md

latest1.4 KB
Original Source

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

csharp
public struct HtmlSelectionRange :
    IEquatable<HtmlSelectionRange>

The following members return HtmlSelectionRange objects:

Implements

IEquatable<HtmlSelectionRange>

Extension Methods

Yield<HtmlSelectionRange>()

YieldIfNotNull<HtmlSelectionRange>()

See Also

HtmlSelectionRange Members

DevExpress.Maui.HtmlEditor Namespace