Gets or sets a value indicating whether to display the reference grouping header.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowGroupHeader { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowGroupHeader As Boolean |
true to show the group header; otherwise, false.
See Also