Skip to main content

DateEdit.DateEditPopupContentType Property

Gets or sets the type of the DateEdit's popup.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public DateEditPopupContentType DateEditPopupContentType { get; }

#Property Value

Type Description
DateEditPopupContentType

A DevExpress.Xpf.Editors.DateEditPopupContentType object.

#Remarks

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

dateedit_content

See Also