GroupPageSize Property (C1Scheduler)
In This Topic
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 Integer
public int GroupPageSize {get; set;}
Property Value
The default value is 2.
See Also