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

DateEdit.DateIcon Property

Specifies an icon displayed at the editor’s far edge.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public ImageSource DateIcon { get; set; }

Property Value

Type Description
ImageSource

An image.

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