Back to Devexpress

ItemsEditBase.KeepFocusOnItemSelection Property

maui-devexpress-dot-maui-dot-editors-dot-itemseditbase-d4f7bba5.md

latest937 B
Original Source

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

csharp
public bool KeepFocusOnItemSelection { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to keep focus on the editor; otherwise, false

|

See Also

ItemsEditBase Class

ItemsEditBase Members

DevExpress.Maui.Editors Namespace