Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / IsInPlaceEditingDisabled Property

In This Topic
    IsInPlaceEditingDisabled Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Boolean value that indicates whether in-place editing of appointments is enabled for an end-user. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property IsInPlaceEditingDisabled As Boolean
    public bool IsInPlaceEditingDisabled {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 AppointmentWrapPanel.IsReadOnly property in default IntervalAppointment templates. Make sure to honor C1Scheduler.IsInPlaceEditingDisabled property value in custom IntervalAppointment templates.
    See Also