Skip to main content

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

[ToolboxTabName("DX.21.2: Common Controls")]
public class DateEdit :
    TextEdit

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.

DateTime

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
FrameworkElement
Control
DevExpress.Core.Native.DXControl
See Also