DateEdit Class
Represents a date editor with a dropdown calendar.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
The DateEdit represents a control that combines the functionality of a single-line text editor and dropdown calendar. The editor’s dropdown displays a calendar that allows end-users to navigate through days, months and years.
The currently selected date is specified by the DateEdit.DateTime property. Changing this property raises the BaseEdit.EditValueChanged event. The minimum and maximum allowed dates can be specified using the DateEdit.MinValue and DateEdit.MaxValue properties, respectively.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also