ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDateTimeFilter Class / FirstDayOfWeek Property

In This Topic
    FirstDayOfWeek Property (DataGridDateTimeFilter)
    In This Topic
    Gets or sets the day that is considered the beginning of the week.
    Syntax
    'Declaration
     
    
    Public Property FirstDayOfWeek As DayOfWeek
    public DayOfWeek FirstDayOfWeek {get; set;}
    Remarks
    This property only makes sense if you set it or corresponding property of the owning DataGridDateTimeColumn from your code or xaml. Otherwise, the actual value depends on the DataGrid.Language property value.
    See Also