| C1.Win.Calendar Namespace > C1CalendarView Class : MaxSelectionCount Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Gets or sets the maximum number of days that can be selected in the control.")> <DefaultValueAttribute()> Public Property MaxSelectionCount As Integer
'UsageDim instance As C1CalendarView Dim value As Integer instance.MaxSelectionCount = value value = instance.MaxSelectionCount
[C1Category("Behavior")] [C1Description("Gets or sets the maximum number of days that can be selected in the control.")] [DefaultValue()] public int MaxSelectionCount {get; set;}
[C1Category("Behavior")] [C1Description("Gets or sets the maximum number of days that can be selected in the control.")] [DefaultValue()] public: property int MaxSelectionCount { int get(); void set ( int value); }
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