Gets or sets the format string to be used for displaying months. The default is full month name (e.g. "January").

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

Syntax

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

See Also