Skip to main content
A newer version of this page is available. .

AutoCompleteEdit.SubmitIconColor Property

Gets or sets the color of the submit icon.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public Color SubmitIconColor { get; set; }

Property Value

Type Description
Color

The color.

See Also