Gets or sets the number of weeks visible at a time.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public int VisibleRows { get; set; } |
Visual Basic
![]() |
---|
Public Property VisibleRows As Integer |
A non-negative integer value specifying the number of weeks visible at a time. Default value is 5.
Used only when ViewStyle is set to WeekPerRow.