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





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public int VisibleCells { get; set; }

Visual Basic  Copy Code

Public Property VisibleCells As Integer

 Property Value

A positive integer value specifying how many days to display simultaneously in the List view.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

The value assigned to this property cannot be less than 1 or less than the total number of days available in the view, as specified in the NumberOfCells property.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.Silverlight Namespace
NumberOfCells Property