Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendar Class : CalendarViewCount Property |
<CategoryAttribute("Common Properties")> Public Property CalendarViewCount As Integer
Dim instance As UXCalendar Dim value As Integer instance.CalendarViewCount = value value = instance.CalendarViewCount
[CategoryAttribute("Common Properties")] public int CalendarViewCount {get; set;}
[CategoryAttribute("Common Properties")] public: property int CalendarViewCount { int get(); void set ( int value); }
You can set the UXCalendar to show multiple calendar view by changing the CalendarViewCount property as follows.
XAML |
Copy Code
|
---|---|
<Intersoft:UXCalendar x:Name="UXCalendar1" DisplayDate="12/1/2010" CalendarViewCount="3"/> |
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