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;}
See Also