CGXHeader::CGXHeader
CGXHeader(CGXGridCore* pGrid);
pGrid
Pointer to the parent grid.
Remarks
Constructs a header control object.
You need to register this object in the grid with CGXGridCore::RegisterControl before you can use it in cells (see example).
Example
This example shows how Objective Grid registers a header control in the grid:
// Static Control
RegisterControl(GX_IDS_CTRL_STATIC,
new CGXHeader(this));