Back to Devexpress

AutoCompleteEdit.SelectionStart Property

maui-devexpress-dot-maui-dot-editors-dot-autocompleteedit-418e5fe6.md

latest840 B
Original Source

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

csharp
public int SelectionStart { get; set; }

Property Value

TypeDefaultDescription
Int320

The character index.

|

See Also

AutoCompleteEdit Class

AutoCompleteEdit Members

DevExpress.Maui.Editors Namespace