PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public Style GroupHeaderStyle { get; set; }

Visual Basic

Public Property GroupHeaderStyle As Style

 Property Value

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

 See Also