Class CultureSettings
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class CultureSettings : PropertyChangedBase, INotifyPropertyChanged
Constructors
CultureSettings()
Declaration
public CultureSettings()
Fields
DefaultFirstDayOfWeek
Declaration
public static readonly DayOfWeek DefaultFirstDayOfWeek
Field Value
System.DayOfWeek
|
Properties
FirstDayOfWeek
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
System.DayOfWeek
|