Gets or sets the Culture used by this MultiCalendar. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public CultureInfo Culture { get; set; }
Visual Basic
Public Property Culture As CultureInfo
	Get
	Set
Visual C++
public:
property CultureInfo^ Culture {
	CultureInfo^ get ();
	void set (CultureInfo^ value);
}

See Also