Gets the schedule item that was created and added to the schedule. This can be null if no schedule item was added.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public ScheduleItem Item { get; private set; }
Visual Basic (Declaration)
Public Property Item As ScheduleItem

See Also