ASP.NET Pack Programmer's Guide
MonthRangeSettings.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 date cell. Default value is 0.

 Remarks

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

 See Also

MonthRangeSettings Members
MonthRangeSettings Class
MindFusion.Scheduling.WebForms Namespace