[]
Gets or sets the format used to display the days in month view.
public string FormatDays { get; set; }
The default value for this property is 'd ' (the space after the 'd' prevents the format from being interpreted as 'd', the standard format used to represent the short date pattern).