Search
ListViewSettings.GroupHeaderStyle Property
See Also
 





Gets or sets the appearance style used to paint the group header.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public CalendarStyle GroupHeaderStyle { get; set; }

Visual Basic  Copy Code

Public Property GroupHeaderStyle As CalendarStyle

 Property Value

A CalendarStyle object specifying the style of the column headers. This property cannot be null (Nothing in Visual Basic).

 See Also