ComponentOne Scheduler for WinForms
GroupPageSize Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : GroupPageSize Property
Gets or sets the System.Int32 value determining the maximum number of the ScheduleGroupItem objects displayed in UI at the same time. Increasing this value might affect performance.
Syntax
'Declaration
 
Public Property GroupPageSize As System.Integer
public System.int GroupPageSize {get; set;}

Property Value

The default value is 2.
See Also

Reference

C1Schedule Class
C1Schedule Members