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