Skip to main content

AutoCompleteEdit.SelectionLength Property

Gets the number of selected characters.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public int SelectionLength { get; set; }

#Property Value

Type Description
Int32

The number of selected characters.

See Also