ItemsEditBase.KeepFocusOnItemSelection Property
Gets or sets whether the editor is focused after you selected an item from the editor’s drop-down list. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool KeepFocusOnItemSelection { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also