Scheduler for WinRT
AllowCategoriesMultiSelection Property


Determines whether multiple Category objects might be assigned to the single Appointment object.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("単一の予定オブジェクトに複数の分類オブジェクトを割り当てることができるかどうかを指定します。")>
<DefaultValueAttribute()>
Public Property AllowCategoriesMultiSelection As Boolean
'Usage
 
Dim instance As C1SchedulerSettings
Dim value As Boolean
 
instance.AllowCategoriesMultiSelection = value
 
value = instance.AllowCategoriesMultiSelection
[C1Category()]
[C1Description("単一の予定オブジェクトに複数の分類オブジェクトを割り当てることができるかどうかを指定します。")]
[DefaultValue()]
public bool AllowCategoriesMultiSelection {get; set;}

Property Value

The default value is true.
Remarks

If both AllowCategoriesMultiSelection and AllowCategoriesEditing properties are false, the default Appointment dialog will show ComboBox for selecting single Category object.

If this property is true, the default Appointment dialog will allow selecting multiple categories in a separate dialog.

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.