PocketPlanner Programmer's Guide

WeekRangeSettings.HeaderStyle Property

See Also

Gets or sets the style of the time-period header, displayed above the day-names header.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public WeekRangeHeaderStyle HeaderStyle { get; set; }

Visual Basic

Public Property HeaderStyle As WeekRangeHeaderStyle

 Property Value

A member of the WeekRangeHeaderStyle enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also