Gets or sets a value indicating whether the rows display the header as a group header.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool GroupRowHeader { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GroupRowHeader As Boolean |
true, to display row headers to the left of the rows; false, to display row headers above the rows.
RemarksThis property is only used if the view style is set to Lanes.
See Also