Skip to main content

AutoCompleteEditBaseActualAppearance.SubmitIconColor Property

Gets the submit icon’s color that is applied to the AutoCompleteEdit. To specify this color, use the SubmitIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color SubmitIconColor { get; }

Property Value

Type Description
Color

The submit icon’s color.

See Also