AutoCompleteEdit.SelectionLength Property
In This Article
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