HtmlSelectionRange.Start Property
Gets the zero-based index of a character after which the caret is placed or the selection begins.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public int Start { readonly get; set; }
Property Value
Type | Description |
---|---|
Int32 | A zero-based character index. |
See Also