Search
ItemSelection.Items Property
See Also
 






Gets the selected items.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Item[] Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As Item()

 Property Value

An array of selected Item objects.

 See Also