DateFilterDashboardLayoutItem.DatePickerPopupTemplate Attached Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
See GetDatePickerPopupTemplate(DependencyObject) and SetDatePickerPopupTemplate(DependencyObject, DataTemplate).
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also