PocketPlanner Programmer's Guide

Calendar.ItemSelection Property

See Also

Gets a list of all selected items.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ItemSelection ItemSelection { get; }

Visual Basic

Public ReadOnly Property ItemSelection As ItemSelection

 Property Value

An instance of the ItemSelection class representing the currently selected items.

 Remarks

Use Selection to get the collection of all selected time cells.

 See Also