Back to Devexpress

DateTimePeriodCollection Class

dashboard-devexpress-dot-dashboardcommon-6cc8dd21.md

latest3.2 KB
Original Source

DateTimePeriodCollection Class

A collection of DateTimePeriod objects.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DateTimePeriodCollection :
    NotifyingCollection<DateTimePeriod>
vb
Public Class DateTimePeriodCollection
    Inherits NotifyingCollection(Of DateTimePeriod)

The following members return DateTimePeriodCollection objects:

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

Object Collection<DateTimePeriod> NotifyingCollection<DateTimePeriod> DateTimePeriodCollection

See Also

RangeFilterDashboardItem

DateFilterDashboardItem

Predefined Ranges for the Range Filter in the WinForms Dashboard

DateTimePeriodCollection Members

DevExpress.DashboardCommon Namespace