Gets or sets a value that determines whether the Appointment is selected in C1Scheduler UI.

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

Syntax

C#
public bool IsSelectedAppointment { get; set; }
Visual Basic
Public Property IsSelectedAppointment As Boolean
	Get
	Set

See Also