DXCalendar.SelectedDate Property
Gets or sets the date selected in the calendar.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public DateTime? SelectedDate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> | A structure that specifies a date. |
See Also