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

    Provides access to quick filter buttons.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    public IEnumerable<CheckButton> QuickButtons { get; }

    Property Value

    Type Description
    IEnumerable<CheckButton>

    A collection of quick filter buttons.

    Remarks

    Use the property to get access to the collection of quick filter buttons and change their appearance.

    Note

    Do not add or remove quick buttons. To add or remove quick filter, modify the DateFilterDashboardItem.DateTimePeriods collection.

    See Also