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
public ICommand SubmitCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand | The command that exposes the ICommand interface. |
See Also