Intersoft ClientUI Documentation
WeekNumberVisibility Property



Gets or sets the visibility of the week number.
Syntax
<CategoryAttribute("Common Properties")>
Public Property WeekNumberVisibility As Visibility
Dim instance As UXCalendar
Dim value As Visibility
 
instance.WeekNumberVisibility = value
 
value = instance.WeekNumberVisibility
[CategoryAttribute("Common Properties")]
public Visibility WeekNumberVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility WeekNumberVisibility {
   Visibility get();
   void set (    Visibility value);
}
Remarks

By default the week number is displayed in UXCalendar. You can set the week number visibility by changing the WeekNumberVisibility property to Collapsed.

XAML
Copy Code
<Intersoft:UXCalendar x:Name="UXCalendar1" WeekNumberVisibility="Collapsed"/>        

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