Gets or sets the appearance style used to paint the headers of individual columns.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Style GroupHeaderStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GroupHeaderStyle As Style |
A Style object specifying the style of the column headers. This property cannot be null.
See Also