| C1.Win.Calendar Namespace > C1CalendarView Class : CalendarDimensions Property |
'Declaration<C1CategoryAttribute("Appearance")> <C1DescriptionAttribute("Gets or sets a value that indicates how many months will be shown.")> <DefaultValueAttribute()> Public Property CalendarDimensions As Integer
'UsageDim instance As C1CalendarView Dim value As Integer instance.CalendarDimensions = value value = instance.CalendarDimensions
[C1Category("Appearance")] [C1Description("Gets or sets a value that indicates how many months will be shown.")] [DefaultValue()] public int CalendarDimensions {get; set;}
[C1Category("Appearance")] [C1Description("Gets or sets a value that indicates how many months will be shown.")] [DefaultValue()] public: property int CalendarDimensions { 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