Gets or sets a Boolean value that indicates whether
in-place editing of appointments is enabled for an end-user.
This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] public bool IsInPlaceEditingDisabled { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _ Public Property IsInPlaceEditingDisabled As Boolean Get Set |
Remarks
This value only affects a user who is interacting with the control. All data can always be modified programmatically. Note: disabling of in-place editing is implemented with the help of IsReadOnly property in default IntervalAppointment templates. Make sure to honor IsInPlaceEditingDisabled property value in custom IntervalAppointment templates.
The default value for this property is False.
This is a dependency property.