| C1.Win.Calendar Namespace > C1CalendarView Class : MaxColumns Property |
'Declaration<C1CategoryAttribute("Behavior")> <DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets the maximum columns for the CalendarDimensions property.")> Public Property MaxColumns As Integer
'UsageDim instance As C1CalendarView Dim value As Integer instance.MaxColumns = value value = instance.MaxColumns
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets the maximum columns for the CalendarDimensions property.")] public int MaxColumns {get; set;}
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets the maximum columns for the CalendarDimensions property.")] public: property int MaxColumns { 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