ASPxSchedulerPrintAdapterBase.TimeInterval Property
Gets or sets the time interval used by the print adapter to create a report.
Namespace: DevExpress.Web.ASPxScheduler.Reporting
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the time interval. |
Remarks
Handle the ASPxSchedulerPrintAdapterBase.ValidateTimeIntervals event to check and modify the time interval used in a report.
See Also