Gets or sets the culture information for the calendar control rendering.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(CultureInfoConverter))] [NotifyParentPropertyAttribute(true)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(null)] public CultureInfo CultureInfo { get; set; } |
Visual Basic |
---|
<TypeConverterAttribute(GetType(CultureInfoConverter))> _ <NotifyParentPropertyAttribute(True)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(Nothing)> _ Public Property CultureInfo As CultureInfo Get Set |