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

DateEdit.DateIconClicked Event

Fires when the date icon is clicked.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public event HandledEventHandler DateIconClicked

Event Data

The DateIconClicked 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 DateIcon property specifies an icon that appears on the right side of the edit box. The default icon is a calendar.

Use the DateIconColor property to color the icon. The IsDateIconVisible property allows you to hide the icon.

The following properties and events allow you to specify the action executed when a user taps the date icon:

Property/Event

Description

DateIconClicked

Fires when the date icon is clicked.

DateIconCommand

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

DateIconCommandParameter

Specifies a parameter passed to the DateIconCommand.

See Also