Back to Devexpress

AutoCompleteEditBase.SubmitCommand Property

maui-devexpress-dot-maui-dot-editors-dot-autocompleteeditbase-43b3ac12.md

latest975 B
Original Source

AutoCompleteEditBase.SubmitCommand Property

Gets or sets the command executed when a user taps the submit icon. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public ICommand SubmitCommand { get; set; }

Property Value

TypeDescription
ICommand

The command that exposes the ICommand interface.

|

See Also

AutoCompleteEditBase Class

AutoCompleteEditBase Members

DevExpress.Maui.Editors Namespace