CultureInfo object. Each culture has different conventions for displaying dates, time, numbers, and other information. Neutrals cultures are not supported.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[EditorAttribute(typeof(UITypeEditor), typeof(CultureInfoConverter))]
[BindableAttribute(false)]
public CultureInfo Culture { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<EditorAttribute(GetType(UITypeEditor), GetType(CultureInfoConverter))> _
<BindableAttribute(False)> _
Public Property Culture As CultureInfo
	Get
	Set

Remarks

returning value can be null if Culture is not defined

See Also