Scheduler for WPF
IsInPlaceEditingDisabled プロパティ (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : IsInPlaceEditingDisabled プロパティ
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.
シンタックス
'宣言
 
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.
参照

C1Scheduler クラス
C1Scheduler メンバ