Gets or sets the total number of cells to be displayed in the List view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int NumberOfCells { get; set; } |
Visual Basic Copy Code |
---|
Public Property NumberOfCells As Integer |
An integer value specifying how many days to display. Assign -1 to this property to use the corresponding value from the current theme.
This value cannot be less than 1 or less than the number of visible days set in the VisibleCells property.
ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling Namespace
VisibleCells Property
Scheduling for .NET MAUI Guide | © 2023 MindFusion |