Skip to main content

DateEdit.DateTime Property

Gets or sets the editor’s date/time value. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DateTime DateTime { get; set; }

Property Value

Type Description
DateTime

A DateTime object that specifies the editor’s value.

Remarks

The editor’s minimum and maximum values can be specified using the DateEdit.MinValue and DateEdit.MaxValue properties, respectively.

Changing the DateTime property’s value fires the BaseEdit.EditValueChanged event.

See Also