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





Gets or sets the total number of cells to be displayed in the ListView.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int NumberOfCells { get; set; }

Visual Basic  Copy Code

Public Property NumberOfCells As Integer

 Property Value

A non-negative integer value specifying the total number of cells to be displayed in the ListView. Default value is 14.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.WebForms Namespace