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