Table of Contents
ShowFooter Property

Gets or sets a value that indicates whether the footer of the Calendar is shown or not. This is a dependency property.

Syntax
 public Boolean ShowFooter { get; set; }

Property Value

true to show the footer of the Calendar; otherwise false. The default value is true.

See Also