[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.GroupPageSize

GroupPageSize Property

GroupPageSize

Gets or sets the int value determining the maximum number of the ScheduleGroupItem objects displayed in UI at the same time. Increasing this value might affect performance.

Declaration
[C1Category("Behavior")]
[C1Description("C1Schedule.GroupPageSize", "Determines the maximum number of GroupItems displayed in UI.")]
public int GroupPageSize { get; set; }
<C1Category("Behavior")>
<C1Description("C1Schedule.GroupPageSize", "Determines the maximum number of GroupItems displayed in UI.")>
Public Property GroupPageSize As Integer
Property Value
Type Description
int

The default value is 2.