PocketPlanner Programmer's Guide

ResourceViewSettings.Timelines Property

See Also

Gets or sets the number of timelines displayed in the view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int Timelines { get; set; }

Visual Basic

Public Property Timelines As Integer

 Property Value

An integer value specifying the number of timelines visible in the view. The allowed values range from 1 to 3. Assign -1 to this property to use the corresponding value from the current theme.

 See Also