Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DateTime? DefaultDateTime { get; set; }

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