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.C1CalendarAssembly: 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 |