Gets the selected SchedulerGroupItem object or returns null if the selection is empty. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public SchedulerGroupItem SelectedGroupItem { get; internal set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property SelectedGroupItem As SchedulerGroupItem
	Get
	Friend Set

See Also