WorkTimeValidationEventArgs(List<TimeSpanRange>, DateTimeRange, ResourceItem) Constructor
In This Article
Initializes a new instance of the WorkTimeValidationEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public WorkTimeValidationEventArgs(
List<TimeSpanRange> workTimes,
DateTimeRange timeInterval,
ResourceItem resource
)
#Parameters
Name | Type | Description |
---|---|---|
work |
List<Time |
A List |
time |
Date |
A Date |
resource | Resource |
A Resource |
See Also