Table of Contents
HeaderStyle Property

Gets or sets the Style for the header section. This is a dependency property.

Syntax
 public Style HeaderStyle { 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