Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DateEdit.DateEditPopupContentType Property

Gets the type of the DateEdit‘s popup.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public DateEditPopupContentType DateEditPopupContentType { get; }

#Property Value

Type Description
DateEditPopupContentType

A DevExpress.Xpf.Editors.DateEditPopupContentType object.

Available values:

Name Description
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.

dateedit_content

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

See Also