DateTimeRangesValidationEventArgs(List<DateTimeRange>) Constructor
In This Article
Initializes a new instance of the DateTimeRangesValidationEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public DateTimeRangesValidationEventArgs(
List<DateTimeRange> dateTimeRanges
)
#Parameters
Name | Type | Description |
---|---|---|
date |
List<Date |
A List<Date |
See Also