DateFilterDashboardLayoutItem.DatePickerPopupTemplate Attached Property
An attached property that specifies a template that defines the appearance of the DatePicker popup element in the DateFilter control.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v26.1.dll
Declaration
See GetDatePickerPopupTemplate(DependencyObject) and SetDatePickerPopupTemplate(DependencyObject, DataTemplate).
Returns
| Type | Description |
|---|---|
| DataTemplate | A DataTemplate object that specifies the structure and behavior of the DatePicker popup element. |
See Also