Back to Devexpress

DashboardControlBase.DateFilterItemStyle Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-1ac9d94f.md

latest2.2 KB
Original Source

DashboardControlBase.DateFilterItemStyle Property

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public Style DateFilterItemStyle { get; set; }
vb
Public Property DateFilterItemStyle As Style

Property Value

TypeDescription
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

DashboardControlBase Class

DashboardControlBase Members

DevExpress.DashboardWpf Namespace