wpf-devexpress-dot-xpf-dot-editors-af5d9a5e.md
Defines the appearance and behavior of a date editor with a calendar and time picker.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class DateEditNavigatorWithTimePickerStyleSettings :
DateEditStyleSettingsBase
Public Class DateEditNavigatorWithTimePickerStyleSettings
Inherits DateEditStyleSettingsBase
A DateEditNavigatorWithTimePickerStyleSettings object defines the date and time editor operation mode. In this mode, the DateEdit ‘s drop down displays a date navigator and time picker.
Tip
For the complete list of the DateEdit control operation modes, see DateEdit operation modes.
<dxe:DateEdit
Mask="G"
MaskUseAsDisplayFormat="True"
MinValue="02/28/2019"
MaxValue="02/20/2020">
<dxe:DateEdit.StyleSettings>
<dxe:DateEditNavigatorWithTimePickerStyleSettings />
</dxe:DateEdit.StyleSettings>
</dxe:DateEdit>
Show 12 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement BaseEditStyleSettings DevExpress.Xpf.Editors.TextEditStyleSettings DevExpress.Xpf.Editors.ButtonEditStyleSettings DevExpress.Xpf.Editors.PopupBaseEditStyleSettings DateEditStyleSettingsBase DateEditNavigatorWithTimePickerStyleSettings
See Also