Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / GroupPageSize Property

In This Topic
    GroupPageSize Property (C1Schedule)
    In This Topic
    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