Gets or sets a Boolean value that indicates whether the IntervalAppointmentPresenter is read-only to a user interacting with the control. This is a dependency property.

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

Syntax

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

Remarks

This value only affects a user who is interacting with the control. The contents of the AppointmentWrapPanel()()()() can always be modified programmatically.

See Also