Gets or sets the number of cells visible at the same time.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public int VisibleCells { get; set; } |
Visual Basic Copy Code |
---|
Public Property VisibleCells As Integer |
A positive integer value specifying how many days to display simultaneously in the List view.
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.
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.