Back to Devexpress

DateEdit.DateEditPopupContentType Property

wpf-devexpress-dot-xpf-dot-editors-dot-dateedit-96a9e764.md

latest1.8 KB
Original Source

DateEdit.DateEditPopupContentType Property

Gets the type of the DateEdit‘s popup.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DateEditPopupContentType DateEditPopupContentType { get; }
vb
Public ReadOnly Property DateEditPopupContentType As DateEditPopupContentType

Property Value

TypeDescription
DateEditPopupContentType

A DevExpress.Xpf.Editors.DateEditPopupContentType object.

|

Available values:

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.

|

Remarks

A DateEdit can display either a date-time picker or a calendar in its popup.

To set the type of the DateEdit‘s popup, use its BaseEdit.StyleSettings property.

See Also

DateEdit Class

DateEdit Members

DevExpress.Xpf.Editors Namespace