DateEdit.DateTime Property
In This Article
Gets or sets the editor’s date/time value. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#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