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

NumericEdit.DownIconColor Property

Gets or sets the color of the down icon that decreases the editor’s value.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public Color DownIconColor { get; set; }

Property Value

Type Description
Color

The icon color.

Remarks

The UpIconColor and DownIconColor properties define the editor’s up and down icon colors.

You can also use the IconColor property to set the same color for all icons in the editor.

See Also