Skip to main content
All docs
V26.1
  • DateFilterDashboardLayoutItem.DateNavigatorStyle Attached Property

    An attached property that applies style settings to the DateNavigator control.

    Namespace: DevExpress.DashboardWpf

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

    NuGet Package: DevExpress.Wpf.Dashboard

    Declaration

    Returns

    Type Description
    Style

    A Style object that contains settings applied to the DateNavigator object.

    Remarks

    In a custom DateFilterDashboardLayoutItem template, bind this property to the Style property of the underlying DateNavigator control.

    See Also