Back to Devexpress

DateTimePeriodLimitBase Class

dashboard-devexpress-dot-dashboardcommon-7137198b.md

latest2.3 KB
Original Source

DateTimePeriodLimitBase Class

Serves as the base class for classes that are used to specify boundaries for the DateTimePeriod.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class DateTimePeriodLimitBase :
    IXmlSerializableElement
vb
Public MustInherit Class DateTimePeriodLimitBase
    Implements IXmlSerializableElement

The following members return DateTimePeriodLimitBase objects:

Remarks

To specify boundaries for the DateTimePeriod, create required DateTimePeriodLimitBase class descendants and pass the resulting objects to the DateTimePeriod constructor. As an alternative, you can assign these objects to the DateTimePeriod.Start/DateTimePeriod.End properties.

Note

If you do not specify DateTimePeriod.Start/DateTimePeriod.End, the selection will begin from the start/end of the visible range.

Inheritance

Object DateTimePeriodLimitBase FixedDateTimePeriodLimit

FlowDateTimePeriodLimit

See Also

DateTimePeriodLimitBase Members

DevExpress.DashboardCommon Namespace