Gets or sets the number of cells visible at the same time.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
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. Assign -1 to this property to use the corresponding value from the current theme.
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.