Back to Devexpress

DateEdit

wpf-116793-controls-and-libraries-data-editors-common-features-editor-operation-modes-dateedit.md

latest1.7 KB
Original Source

DateEdit

  • Feb 25, 2020

You can change the operation mode of a date editor by using the BaseEdit.StyleSettings property. To apply specific settings, assign the BaseEdit.StyleSettings property of a date editor to one of the objects listed in the table below.

|

Operation Mode

|

Settings object

|

Description

| | --- | --- | --- | |

Calendar

|

DateEditCalendarStyleSettings

|

A standard calendar date editor.

| |

Date Navigator (Outlook-inspired)

|

DateEditNavigatorStyleSettings

|

An Outlook-inspired calendar date editor. This is the default mode.

| |

Date picker

|

DateEditPickerStyleSettings

|

A date picker inspired by Windows Store applications.

| |

Time editor

|

DateEditTimePickerStyleSettings

|

A date edit with a time picker.

| |

Date and time editor

|

DateEditNavigatorWithTimePickerStyleSettings

|

A date edit with Outlook-inspired calendar and a time picker.

|