Xamarin.Forms.DatePicker Members

The members of Xamarin.Forms.DatePicker are listed below.

See Also: Inherited members from Xamarin.Forms.View

Public Constructors

Initializes a new instance of the DatePicker class.

Public Fields

static readonly
DatePropertyBindableProperty. Identifies the Date bindable property.
static readonly
FormatPropertyBindableProperty. Identifies the Format dependency property.
static readonly
MaximumDatePropertyBindableProperty. Identifies the MaximumDate bindable property.
static readonly
MinimumDatePropertyBindableProperty. Identifies the MinimumDate bindable property.

Public Properties

DateDateTime. Gets or sets the displayed date. This is a bindable property.
Formatstring. The format of the date to display to the user. This is a dependency property.
MaximumDateDateTime. The highest date selectable for this DatePicker. This is a bindable property.
MinimumDateDateTime. The lowest date selectable for this DatePicker. This is a bindable property.

Public Events

DateSelectedAn event fired when the Date property changes.