Gets or sets an Appointment that is currently selected in the 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 Appointment SelectedAppointment { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property SelectedAppointment As Appointment
	Get
	Set

See Also