Back to Devexpress

SchedulerSmartSyncOptions.GroupType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-dot-schedulersmartsyncoptions.md

latest2.6 KB
Original Source

SchedulerSmartSyncOptions.GroupType Property

Gets or sets the grouping used for creating report pages if the SchedulerPrintAdapter.EnableSmartSync option is switched on. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling.Reporting

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public SchedulerGroupType GroupType { get; set; }
vb
Public Property GroupType As SchedulerGroupType

Property Value

TypeDescription
SchedulerGroupType

A SchedulerGroupType enumeration member specifying the grouping for the SmartSync printing.

|

Available values:

NameDescription
None

No grouping is applied.

| | Date |

Grouping by dates. Appointments are grouped by dates.

| | Resource |

Grouping by resources. Appointments are grouped by resources.

|

Remarks

If the GroupType is set to the SchedulerGroupType.Resource, the report starts with the first resource for all dates from the SchedulerPrintAdapter.TimeSpanRange, then goes to the next resource and so on.

With the GroupType set to SchedulerGroupType.Date, the report starts with the first date from the SchedulerPrintAdapter.TimeSpanRange for all available resources, then goes to the next date and so on.

Note

Handle the SchedulerPrintAdapter.ValidateResources event to filter resources passed to the report.

See Also

SchedulerSmartSyncOptions Class

SchedulerSmartSyncOptions Members

DevExpress.Xpf.Scheduling.Reporting Namespace