Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public List<DateTimeRange> DateTimeRanges { get; }

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