Table of Contents
ShowDayHeaders Property

Gets or sets a value that indicates whether the calendar days header is visible. This is a dependency property.

Syntax
 public Boolean ShowDayHeaders { get; set; }

Property Value

true to the calendar days header; otherwise false. The default value is true.

See Also