DateTimeRangesValidationEventArgs.DateTimeRanges Property
Provides access to the datetime ranges to which the report is being built.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
List<DateTimeRange> | A List<T><DateTimeRange,> object that is a list of datetime ranges. |
Remarks
You can analyze the supplied DateTimeRanges and modify the SchedulerPrintAdapter.DateTimeRange property when handling the print adapter’s SchedulerPrintAdapter.ValidateTimeIntervals event.
See Also