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

DateFilterDashboardLayoutItem.GetDatePickerPopupTemplate(DependencyObject) Method

Returns the template that defines the appearance of the DatePicker popup element.

Namespace: DevExpress.DashboardWpf

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

Declaration

public static DataTemplate GetDatePickerPopupTemplate(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

A dependency object whose property is obtained.

Returns

Type Description
DataTemplate

A DataTemplate object that specifies the structure and behavior of the DatePicker popup element.

See Also