PocketPlanner Programmer's Guide

ItemSelection.Items Property

See Also

Gets the selected items.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Item[] Items { get; }

Visual Basic

Public ReadOnly Property Items As Item()

 Property Value

An array of selected Item objects.

 See Also