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

In This Topic
    FirstDayOfWeek Property (DataGridMultiLineDateTimeItem)
    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;}
    See Also