Intersoft ClientUI Documentation
CalendarViewCount Property



Gets or sets a value indicating the total number of calendar views to display.
Syntax
<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);
}
Remarks

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"/>

 

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

UXCalendar Class
UXCalendar Members

Concepts

UXCalendar

Send Feedback