Table of Contents
FooterTemplate Property

Gets or sets the template for the footer section. This is a dependency property.

Syntax
 public DataTemplate FooterTemplate { get; set; }
Remarks

See here for more information about how to customize header and footer.

See Also