DateFilterDashboardLayoutItem.SetDatePickerPopupTemplate(DependencyObject, DataTemplate) Method
Specifies the template that defines the appearance of the DatePicker popup element.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.1.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
public static void SetDatePickerPopupTemplate(
DependencyObject dObj,
DataTemplate value
)
Parameters
Name | Type | Description |
---|---|---|
dObj | DependencyObject | A dependency object whose property is specified. |
value | DataTemplate | A DataTemplate object that specifies the structure and behavior of the DatePicker popup element. |
See Also