Interface ICultureSettings
Interface which provides the culture settings in the RadScheduleView control.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ICultureSettings
Properties
Culture
Gets the culture.
Declaration
CultureInfo Culture { get; }
Property Value
System.Globalization.CultureInfo
|
FirstDayOfWeek
Gets the starting day of the week.
Declaration
DayOfWeek FirstDayOfWeek { get; }
Property Value
System.DayOfWeek
|