PocketPlanner Programmer's Guide

ItemSelection.Count Property

See Also

Gets the number of selected items.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int Count { get; }

Visual Basic

Public ReadOnly Property Count As Integer

 Property Value

An integer value specifying the number of selected items.

 See Also