MindFusion.Wpf Pack Programmer's Guide
ListViewSettings.NumberOfCells Property
See Also
 





Gets or sets the total number of cells to be displayed in the List view.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public int NumberOfCells { get; set; }

Visual Basic  Copy Code

Public Property NumberOfCells As Integer

 Property Value

An integer value specifying how many days to display.

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

This value cannot be less than 1 or less than the number of visible days set in the VisibleCells property.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.Wpf Namespace
VisibleCells Property