AutoCompleteEdit.CursorPosition Property
In This Article
Gets or sets the cursor position.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public int CursorPosition { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the cursor position. |
See Also