Scheduler for WinRT
AllowResourcesEditing Property


Determines whether end-user has permission to edit Resources.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<DefaultValueAttribute()>
<C1DescriptionAttribute("エンドユーザーがリソースを編集できるかどうかを指定します。")>
Public Property AllowResourcesEditing As Boolean
'Usage
 
Dim instance As C1SchedulerSettings
Dim value As Boolean
 
instance.AllowResourcesEditing = value
 
value = instance.AllowResourcesEditing
[C1Category()]
[DefaultValue()]
[C1Description("エンドユーザーがリソースを編集できるかどうかを指定します。")]
public bool AllowResourcesEditing {get; set;}

Property Value

The default value is true.
Remarks
If this property is false, default dialogs will only allow selection from the existing items. If this property is false and ResourceCollection is empty, default Appointment dialog won't show controls for editing Resources.
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

C1SchedulerSettings Class
C1SchedulerSettings Members

 

 


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