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

TimeEdit.TimeIconColor Property

Gets or sets the time icon’s color.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public Color TimeIconColor { get; set; }

Property Value

Type Description
Color

A structure that specifies a color.

Remarks

The TimeIcon property specifies an icon that appears on the right side of the edit box. The default icon is a clock. To change the visibility of the time icon, use the IsTimeIconVisible property.

Use the TimeIconColor property to color the icon. The following settings specify the action executed when a user taps the time icon:

Property/Event

Description

TimeIconClicked

Allows you to assign an additional action to the time icon.

TimeIconCommand

Specifies the command executed when a user taps the time icon.

TimeIconCommandParameter

Specifies the parameter passed to the TimeIconCommand.

See Also