DateFilterControl.QuickButtons Property
Provides access to quick filter buttons.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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