Skip to main content

WorkTimeValidationEventArgs.WorkTime Property

Gets or sets the work-time interval to be validated.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public TimeSpanRange WorkTime { get; set; }

Property Value

Type Description
TimeSpanRange

A TimeSpanRange object that is the target time interval.

See Also