'Declaration Public Enum HeaderPlacement Inherits System.Enum
public enum HeaderPlacement : System.Enum
Member | Description |
---|---|
Default | The default is resolved to RepeatOnBreak. |
FixedOnTop | Headers of all the bands are displayed on top. They always remain visible, even if a row from that band is currently not visible. You can hide headers of certain bands by setting the existing ColHeadersVisible property of the band. |
OncePerGroupedRowIsland | Same as OncePerRowIsland however when rows are grouped by one or more columns, the headers are displayed above the group-by-rows. Here the row island is taken to mean the collection of rows associated with an IList. |
OncePerRowIsland | Headers are displayed only once per row island. When a row is expanded with visible children, the next sibling does not display the headers. |
RepeatOnBreak | Headers are repeated on every band break. The current row displays headers if the previous row is from a different row collection. This is the default behavior. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2