AutoCompleteEdit.SelectionLength Property
Gets the number of selected characters. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int SelectionLength { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The number of selected characters. |
See Also