Skip to main content

NumericEditActualAppearance.DownIconColor Property

Gets the down icon’s color that is applied to the NumericEdit. To specify this color, use the DownIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DownIconColor { get; }

Property Value

Type Description
Color

The down icon’s color.

See Also