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

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