ASPxSchedulerPrintAdapterBase.SmartSyncOptions Property
In This Article
Provides access to options specific to the SmartSync Printing feature.
Namespace: DevExpress.Web.ASPxScheduler.Reporting
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public ISmartSyncOptions SmartSyncOptions { get; }
#Property Value
Type | Description |
---|---|
ISmart |
An object exposing the ISmart |
#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