Back to Devexpress

AutoCompleteEdit.SubmitIcon Property

maui-devexpress-dot-maui-dot-editors-dot-autocompleteedit.md

latest1.8 KB
Original Source

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

csharp
public ImageSource SubmitIcon { get; set; }

Property Value

TypeDescription
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.

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

AutoCompleteEdit Class

AutoCompleteEdit Members

DevExpress.Maui.Editors Namespace