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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public string MonthFormat { get; set; }
Visual Basic (Declaration)
Public Property MonthFormat As String

See Also