ICultureInfoProvider
Interface
Defines methods and events to support the CultureInfo used by RadScheduler component.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public interface ICultureInfoProvider
Derived Classes:
Properties
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.
C#
CultureInfo Culture { get; }
Events
Occurs when CultureInfo instance used by RadScheduler is changed.
C#
event EventHandler CultureChanged