Skip to main content

AutoCompleteEdit.SelectionStart Property

Gets the character index at which the selection starts.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public int SelectionStart { get; set; }

#Property Value

Type Description
Int32

The character index.

See Also