Skip to main content
All docs
V26.1
  • DateFilterDashboardLayoutItem.GetDatePickerTemplate(DependencyObject) Method

    Returns the template that defines the appearance of the DatePicker visual element in the DateFilter control.

    Namespace: DevExpress.DashboardWpf

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

    NuGet Package: DevExpress.Wpf.Dashboard

    Declaration

    public static DataTemplate GetDatePickerTemplate(
        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 visual element.

    See Also