Skip to main content
All docs
V26.1
  • DashboardItemControlEventArgs.DateFilterControl Property

    Gets an underlying date filter control.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v26.1.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