ASP.NET Pack Programmer's Guide
MonthSettings.MaxItems Property
See Also
 





Gets or sets the maximum number of items to be displayed in a day cell.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int MaxItems { get; set; }

Visual Basic  Copy Code

Public Property MaxItems As Integer

 Property Value

A non-negative integer value specifying the maximum number of items to be displayed in a day cell. Default value is 0.

 Remarks

If MaxItems is set to 0, the number of items to be displayed will be calculated on the client side.

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.WebForms Namespace