Skip to main content

DashboardItemControlEventArgs.DateFilterControl Property

Gets an underlying date filter control.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public DateFilterControl DateFilterControl { get; }

#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