MindFusion.Wpf Pack Programmer's Guide
ListViewSettings.SubHeaderStyle Property
See Also
 





Gets or sets the appearance style used to paint the view subheaders.

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

 Syntax

C#  Copy Code

public CalendarStyle SubHeaderStyle { get; set; }

Visual Basic  Copy Code

Public Property SubHeaderStyle As CalendarStyle

 Property Value

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

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.Wpf Namespace
CalendarStyle Property
HeaderStyle Property
CalendarStyle Class