Search
ResourceViewSettings.ExpandableRows Property
See Also
 






Gets or sets a value indicating whether the rows in the resource view can be expanded/collapsed.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State ExpandableRows { get; set; }

Visual Basic  Copy Code

Public Property ExpandableRows As State

 Property Value

A member of the State enumeration.

 Remarks

This property is only used if the view style is set to Lanes.

 See Also