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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool IsReadOnly { get; set; }
Visual Basic (Declaration)
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.

This is a dependency property.

See Also