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.v18.2.Core.dll

Declaration

public class DateTimePeriodCollection :
    NotifyingCollection<DateTimePeriod>

The following members return DateTimePeriodCollection objects:

Remarks

The DateTimePeriod can be used to select a predefined range in the Range Filter using its context menu.

Use the RangeFilterDashboardItem.DateTimePeriods property to access the collection of DateTimePeriod objects.

Inheritance

See Also