Table of Contents
FooterStyle Property

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

Syntax
 public Style FooterStyle { get; set; }
Remarks

The target type for this style is Border. See here for more information about how to customize header and footer.

See Also