Table of Contents
DayHeaderFormat Property

Gets or sets a value that indicates which format of day name to display in the day header area. This is a dependency property.

Syntax
 public DayNameFormat DayHeaderFormat { get; set; }

Property Value

One of the DayNameFormat enumeration values. The default is Short.

Remarks

For all the possible formats see DayNameFormat.

See Also