Back to Devexpress

DashboardItemControlEventArgs.DateFilterControl Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemcontroleventargs-6883e189.md

latest1.6 KB
Original Source

DashboardItemControlEventArgs.DateFilterControl Property

Gets an underlying date filter control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public DateFilterControl DateFilterControl { get; }
vb
Public ReadOnly Property DateFilterControl As DateFilterControl

Property Value

TypeDescription
DateFilterControl

A DateFilterControl object that is the date filter control.

|

Remarks

Use the DateFilterControl property to access a date filter control that visualizes the DateFilterDashboardItem.

See Also

Date Filter in WinForms Dashboard

DashboardItemControlEventArgs Class

DashboardItemControlEventArgs Members

DevExpress.DashboardWin Namespace