Gets or sets the number of resources to display simultaneously when ViewStyle is set to General. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int VisibleRows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VisibleRows As Integer |
See Also