PocketPlanner Programmer's Guide

ItemSettings.CapIncompleteSegments Property

See Also

Gets or sets a value indicating whether to cap incomplete item segments.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public State CapIncompleteSegments { get; set; }

Visual Basic

Public Property CapIncompleteSegments As State

 Property Value

Specify Enabled to cap incomplete items segments; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

This property is ignored for non all-day items in the Timetable view.

 See Also