Intersoft ClientUI Documentation
FirstDayOfWeek Property (UXScheduleWeekView)



Gets or sets a value that determines the first day of week.
Syntax
<CategoryAttribute("CommonProperties")>
Public Property FirstDayOfWeek As DayOfWeek
Dim instance As UXScheduleWeekView
Dim value As DayOfWeek
 
instance.FirstDayOfWeek = value
 
value = instance.FirstDayOfWeek
[CategoryAttribute("CommonProperties")]
public DayOfWeek FirstDayOfWeek {get; set;}
[CategoryAttribute("CommonProperties")]
public:
property DayOfWeek FirstDayOfWeek {
   DayOfWeek get();
   void set (    DayOfWeek value);
}
Remarks

UXScheduleWeekView is used to display data in weekly manner. Often times, the starting day of a week might not be Monday or Sunday. It can be Tuesday, Saturday or any other day. To achieve this scenario, you can customize the FirstDayOfWeek property of the UXScheduleWeekView control.

First day of Week
Copy Code
<Intersoft:UXScheduleWeekView DisplayDate="1/2/2012" FirstDayOfWeek="Tuesday"
            EventsSource="{Binding Events}" CategoriesSource="{Binding Categories}" ResourcesSource="{Binding Resources}"/>
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

UXScheduleWeekView Class
UXScheduleWeekView Members

Send Feedback