MindFusion.Scheduling for ASP.NET Programmer's Guide
ListViewSettings.MaxItems Property
See Also
 





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

Namespace: MindFusion.Scheduling.WebForms
Assembly: 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 number of items to be displayed in a day cell. Default value is 0.

 Remarks

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

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.WebForms Namespace