'宣言
Public Property IsInPlaceEditingDisabled As System.Boolean
public System.bool IsInPlaceEditingDisabled {get; set;}
解説
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.