Skip to main content

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

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