Skip to main content

DashboardControlBase.DateFilterItemStyle Property

Gets or sets the style applied to the DateFilterDashboardLayoutItem. This is a dependency property.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v24.2.dll

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

public Style DateFilterItemStyle { get; set; }

#Property Value

Type Description
Style

A Style object that is the style applied to the DateFilterDashboardLayoutItem

#Remarks

You can use the following properties to specify templates to customize the appearance of visual elements that comprise the Date Filter item:

  • DatePickerTemplate - Gets or sets the template used to visualize the Date Picker element.
  • QuickButtonTemplate - Gets or sets the template used to visualize the Quick Filter buttons.
  • DatePickerPopupTemplate - Gets or sets the template used to visualize the Date Picker’s Drop-Down.
  • DateNavigatorStyle - Gets or sets the style used to visualize calendars in the Date Picker Drop-Down.
See Also