ComponentOne DataGrid for WPF and Silverlight
FirstDayOfWeek Property (DataGridDateTimeFilter)

C1.WPF.DataGrid Namespace > DataGridDateTimeFilter Class : FirstDayOfWeek Property
Gets or sets the day that is considered the beginning of the week.
Syntax
'Declaration
 
Public Property FirstDayOfWeek As System.DayOfWeek
public System.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

Reference

DataGridDateTimeFilter Class
DataGridDateTimeFilter Members