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





Gets or sets the number of cells visible at the same time.

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

 Syntax

C#  Copy Code

public int VisibleCells { get; set; }

Visual Basic  Copy Code

Public Property VisibleCells As Integer

 Property Value

A non-negative integer value specifying the number of cells visible at the same time. Default value is 7.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.WebForms Namespace