Skip to main content

DateTimeRangesValidationEventArgs(List<DateTimeRange>) Constructor

Initializes a new instance of the DateTimeRangesValidationEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTimeRangesValidationEventArgs(
    List<DateTimeRange> dateTimeRanges
)

Parameters

Name Type Description
dateTimeRanges List<DateTimeRange>

A List<DateTimeRange> object containing datetime ranges.

See Also