Back to Devexpress

DateTimeRangesValidationEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-27f84b8e.md

latest1.9 KB
Original Source

DateTimeRangesValidationEventArgs Class

Provides data for the SchedulerPrintAdapter.ValidateTimeIntervals event.

Namespace : DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class DateTimeRangesValidationEventArgs :
    EventArgs
vb
Public Class DateTimeRangesValidationEventArgs
    Inherits EventArgs

DateTimeRangesValidationEventArgs is the data class for the following events:

Remarks

Handle the SchedulerPrintAdapter.ValidateTimeIntervals event to obtain the datetime ranges passed to the print adapter. You can analyze the retrieved data, modify it and pass to the report using the DateTimeRangesValidationEventArgs.DateTimeRanges property.

Inheritance

Object EventArgs DateTimeRangesValidationEventArgs

See Also

DateTimeRangesValidationEventArgs Members

DevExpress.Xpf.Scheduling.Reporting Namespace