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

NumericEdit.UpIconColor Property

Gets or sets the color of the up icon that increases the editor’s value.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public Color UpIconColor { 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 use the same color for all icons that the editor displays.

See Also