MindFusion.Scheduling for ASP.NET Programmer's Guide
Schedule.Items Property
See Also
 





Gets a list with all Item objects in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public ItemCollection<Item> Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As ItemCollection(Of Item)

 Property Value

An instance of the ItemCollection class that contains the items.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace