The members of Xamarin.Forms.DatePicker are listed below.
See Also: Inherited members from Xamarin.Forms.View
| Initializes a new instance of the DatePicker class. |
static readonly | DateProperty | BindableProperty. Identifies the Date bindable property. |
static readonly | FormatProperty | BindableProperty. Identifies the Format dependency property. |
static readonly | MaximumDateProperty | BindableProperty. Identifies the MaximumDate bindable property. |
static readonly | MinimumDateProperty | BindableProperty. Identifies the MinimumDate bindable property. |
| Date | DateTime. Gets or sets the displayed date. This is a bindable property. | |
| Format | string. The format of the date to display to the user. This is a dependency property. | |
| MaximumDate | DateTime. The highest date selectable for this DatePicker. This is a bindable property. | |
| MinimumDate | DateTime. The lowest date selectable for this DatePicker. This is a bindable property. |
| DateSelected | An event fired when the Date property changes. |