Gets or sets a IntervalAppointment that is currently selected in control UI. This is a dependency property.

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

Syntax

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

See Also