DashboardItemControlEventArgs.DateFilterControl Property
Gets an underlying date filter control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
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