AutoCompleteEdit.SelectionStart Property
Gets the character index at which the selection starts. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int SelectionStart { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The character index. |
See Also