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