[]
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.
[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
| Type | Description |
|---|---|
| int | The default value is 2. |