Back to Devexpress

ASPxSchedulerPrintAdapterBase.SmartSyncOptions Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-reporting-dot-aspxschedulerprintadapterbase-bdf3248e.md

latest2.0 KB
Original Source

ASPxSchedulerPrintAdapterBase.SmartSyncOptions Property

Provides access to options specific to the SmartSync Printing feature.

Namespace : DevExpress.Web.ASPxScheduler.Reporting

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ISmartSyncOptions SmartSyncOptions { get; }
vb
Public ReadOnly Property SmartSyncOptions As ISmartSyncOptions

Property Value

TypeDescription
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

EnableSmartSync

ASPxSchedulerPrintAdapterBase Class

ASPxSchedulerPrintAdapterBase Members

DevExpress.Web.ASPxScheduler.Reporting Namespace