Version

HeaderPlacement Enumeration

Enum for specifying the UltraGridOverride.HeaderPlacement property.
Syntax
'Declaration
 
Public Enum HeaderPlacement 
   Inherits System.Enum
public enum HeaderPlacement : System.Enum 
Members
MemberDescription
DefaultThe default is resolved to RepeatOnBreak.
FixedOnTopHeaders 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.
OncePerGroupedRowIslandSame 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.
OncePerRowIslandHeaders are displayed only once per row island. When a row is expanded with visible children, the next sibling does not display the headers.
RepeatOnBreakHeaders 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.
Requirements

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

See Also