Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AutoCompleteEdit.SubmitIcon Property

Gets or sets the submit icon. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

#Declaration

C#
public ImageSource SubmitIcon { get; set; }

#Property Value

Type Description
ImageSource

The submit icon.

#Remarks

The submit icon appears on the right side of the edit box when a user enters text. Use the SubmitIconVisibility property to change the visibility of the submit icon. The SubmitIconColor property allows you to specify the icon’s color.

DevExpress MAUI AutoCompleteEdit - Icons

The following settings allow you to set the action that occurs when a user taps the submit icon:

Property/Event

Description

Submitted

Occurs when a user taps the submit icon in the edit box or selects an item in the drop-down list.

SubmitCommand

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

See Also