Search
ListViewSettings.GroupHeaderStyle Property
See Also
 






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

Namespace: MindFusion.Scheduling
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