PocketPlanner Programmer's Guide

WeekRangeSettings.VisibleColumns Property

See Also

Gets or sets the number of columns visible when the GroupType is enabled.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int VisibleColumns { get; set; }

Visual Basic

Public Property VisibleColumns As Integer

 Property Value

A positive integer value specifying how many columns are visible simultaneously. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

In the week range view schedule data can be displayed in several columns grouped by contact, location, task or resource, as set in Calendar.GroupType. This property determines how many parallel columns are visible at a time.

 See Also