Skip to main content
A newer version of this page is available. .

DateEditTimePickerStyleSettings Class

Defines the appearance and behavior of a date editor with a time picker in the editor’s drop down.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public class DateEditTimePickerStyleSettings :
    DateEditStyleSettingsBase

Remarks

A DateEditTimePickerStyleSettings object defines the time editor operation mode. In this mode, the DateEdit‘s drop down displays a time picker.

date edit with time picker

Tip

For the complete list of the DateEdit control operation modes, see DateEdit operation modes.

Example

<dxe:DateEdit
    Mask="T"
    MaskUseAsDisplayFormat="True"
    MinValue="02/28/2019"
    MaxValue="02/20/2020">
    <dxe:DateEdit.StyleSettings>
        <dxe:DateEditTimePickerStyleSettings />
    </dxe:DateEdit.StyleSettings>
</dxe:DateEdit>

Inheritance

Show 12 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
DevExpress.Xpf.Editors.TextEditStyleSettings
DevExpress.Xpf.Editors.ButtonEditStyleSettings
DevExpress.Xpf.Editors.PopupBaseEditStyleSettings
DateEditStyleSettingsBase
DateEditTimePickerStyleSettings
See Also