Skip to main content
A newer version of this page is available. .

DateEdit Class

Represents a date editor with a dropdown calendar.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

[ToolboxTabName("DX.18.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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.Core.Native.DXControl
See Also