Scheduler for WinRT
IsInPlaceEditingDisabled Property


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
 
<C1CategoryAttribute()>
<DefaultValueAttribute()>
<C1DescriptionAttribute("インプレース編集機能を無効にします。")>
Public Property IsInPlaceEditingDisabled As Boolean
'Usage
 
Dim instance As C1Scheduler
Dim value As Boolean
 
instance.IsInPlaceEditingDisabled = value
 
value = instance.IsInPlaceEditingDisabled
[C1Category()]
[DefaultValue()]
[C1Description("インプレース編集機能を無効にします。")]
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 IsReadOnly property in default IntervalAppointment templates. Make sure to honor IsInPlaceEditingDisabled property value in custom IntervalAppointment templates.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.