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;}
See Also