MindFusion WinForms Programmer's Guide
ListViewSettings.GroupHeaderStyle Property
See Also
 





Gets or sets the appearance style used to paint the headers of individual columns.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style GroupHeaderStyle { get; set; }

Visual Basic  Copy Code

Public Property GroupHeaderStyle As Style

 Property Value

A Style object specifying the style of the column headers. This property cannot be null.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.WinForms Namespace