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

TimeEdit.TimeIconClicked Event

Fires when a user taps the time icon.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public event HandledEventHandler TimeIconClicked

Event Data

The TimeIconClicked event's data class is HandledEventArgs. The following properties provide information specific to this event:

Property Description
Handled Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.

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