TextEditBase.SetSelection(Int32, Int32) Method
Selects the specified number of characters from the selected character’s index.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public void SetSelection(
int start,
int length
)
Parameters
Name | Type | Description |
---|---|---|
start | Int32 | The zero-based index of the first selected character. |
length | Int32 | The number of selected characters. |
See Also