Skip to main content

ASPxSchedulerPrintAdapterBase.SchedulerAdapter Property

Provides access to the scheduler print adapter.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerPrintAdapter SchedulerAdapter { get; }

Property Value

Type Description
SchedulerPrintAdapter

A SchedulerPrintAdapter object representing a print adapter for the report.

See Also