Interface ICultureInfoProvider
Defines methods and events to support the CultureInfo used by RadScheduler component.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface ICultureInfoProvider
Properties
Culture
Provides information about a specific culture, such as the names of the culture, the writing system, the calendar used, and how to format dates and sort strings.
Declaration
CultureInfo Culture { get; }
Property Value
System.Globalization.CultureInfo
|
Events
CultureChanged
Occurs when CultureInfo instance used by RadScheduler is changed.
Declaration
event EventHandler CultureChanged
Event Type
System.EventHandler
|