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

DateTimePeriodCollection Class

A collection of DateTimePeriod objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class DateTimePeriodCollection :
    NotifyingCollection<DateTimePeriod>

Remarks

The Range Filter uses the DateTimePeriod instances to select a predefined range in the context menu. Use the RangeFilterDashboardItem.DateTimePeriods property to access the DateTimePeriodCollection.

The Date Filter uses the DateTimePeriod instances to create quick filters. Use the DateFilterDashboardItem.DateTimePeriods property to access the DateTimePeriodCollection.

Inheritance

See Also