Skip to main content

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public TimeInterval TimeInterval { get; set; }

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