Skip to main content
A newer version of this page is available. .

DashboardItemControlEventArgs.DateFilterControl Property

Gets an underlying date filter control.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

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