ComponentOne Scheduler for WPF and Silverlight
GroupPageSize Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : GroupPageSize Property
Gets or sets the System.Int32 value determining the maximum number of the SchedulerGroupItem objects displayed in UI at the same time. Increasing this value might affect performance. This is a dependency property.
Syntax
'Declaration
 
Public Property GroupPageSize As System.Integer
public System.int GroupPageSize {get; set;}

Property Value

The default value is 2.
See Also

Reference

C1Scheduler Class
C1Scheduler Members