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

DateFilterControl.QuickButtons Property

Provides access to quick filter buttons.

Namespace: DevExpress.DashboardWin

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

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