Skip to main content

ASPxSchedulerPrintAdapterBase.SmartSyncOptions Property

Provides access to options specific to the SmartSync Printing feature.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ISmartSyncOptions SmartSyncOptions { get; }

Property Value

Type Description
ISmartSyncOptions

An object exposing the ISmartSyncOptions interface, allowing you to specify SmartSync-specific options.

Remarks

The SmartSyncOptions property allows you to specify grouping for data iterations via the ISmartSyncOptions.GroupType property.

See the ASPxSchedulerPrintAdapterBase.EnableSmartSync property for more information.

See Also