HtmlSelectionRange.Length Property
Gets the selection length, in characters. If Length is null, the caret is displayed.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public int Length { readonly get; set; }
Property Value
Type | Description |
---|---|
Int32 | A length of selection. |
See Also