Skip to main content
A newer version of this page is available. .

DateEdit.DateEditPopupContentType Property

Gets the type of the DateEdit‘s popup.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public DateEditPopupContentType DateEditPopupContentType { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.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

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

See Also