Back to Devexpress

DateEditPopupContentType Enum

wpf-devexpress-dot-xpf-dot-editors-09bc89ca.md

latest1.9 KB
Original Source

DateEditPopupContentType Enum

Lists the values that specify the type of content the DateEdit displays in its drop-down window.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum DateEditPopupContentType
vb
Public Enum DateEditPopupContentType

Members

NameDescription
DateTimePicker

A date picker inspired by Windows Store applications.

| | TimePicker |

A date edit with a time picker.

| | Calendar |

A standard calendar date editor.

| | Navigator |

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

| | NavigatorWithTimePicker |

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

|

The following properties accept/return DateEditPopupContentType values:

Remarks

The values listed by this enumeration are returned by the DateEditPopupContentType property.

To change the content of the DateEdit‘s popup, pass a particular StyleSettings object to the DateEdit’s StyleSettings property. Refer to the DateEdit Operation Modes topic for more information.

See Also

DevExpress.Xpf.Editors Namespace