MindFusion.Scheduling for Silverlight Programmer's Guide
ResourceViewSettings.GroupRowHeader Property
See Also
 





Gets or sets a value indicating whether the rows display the header as a group header.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool GroupRowHeader { get; set; }

Visual Basic  Copy Code

Public Property GroupRowHeader As Boolean

 Property Value

true, to display row headers to the left of the rows; false, to display row headers above the rows.

 Remarks

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

 See Also

ResourceViewSettings Members
ResourceViewSettings Class
MindFusion.Scheduling.Silverlight Namespace