Skip to main content

EditBaseActualAppearance.ClearIconColor Property

Gets the color that is applied to the EditBase‘s clear icon. To specify this color, use the ClearIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ClearIconColor { get; }

Property Value

Type Description
Color

The clear icon’s color.

See Also