Gets or sets the maximum number of items to be displayed in a day cell.
Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public int MaxItems { get; set; } |
Visual Basic
![]() |
---|
Public Property MaxItems As Integer |
A non-negative integer value specifying the maximum number of items to be displayed in a date cell. Default value is 0.
If the value of MaxItems is 0 then the number of items to be displayed will be calculated on the client side.