DateEditSettings.DefaultDateTime Property
Gets or sets the value displayed in the empty editor when a user starts to enter data. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<DateTime> | The value displayed in the empty editor when a user starts to enter data. |
Remarks
Refer to the following help topic for more information: DateEdit.DefaultDateTime.
See Also