Gets the culture info object that is used to render C1Calendar. This property depends on CultureInfo property, but when CultureInfo is null this property returns culture info that represents the culture used by the current thread.

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public CultureInfo UsedCultureInfo { get; }
Visual Basic
Public ReadOnly Property UsedCultureInfo As CultureInfo
	Get

Field Value

The used culture info.

See Also