<< Return to Main Index

< Return to Class Index

class CGXWrappedGridCore : public CGXHierarchyGrid<T> template <class T>

Template T specifies the base grid class this class should derive from. It could be either a CGXGridWnd or CGXGridView derivative.

The CGXWrappedGridCore template implements some common functionality shared between a wrapped grid (CGXWrappedGrid) and a multiple-row type grid(CGXMRTGrid).

Users should normally derive their custom classes from one of the above 2 derived classes based on their requirements rather than deriving from CGXWrappedGridCore directly.

#include <grid\hiergrid\gxwgcore.h>

See Also

CGXHierarchyGrid CGXWrappedGrid CGXMRTGrid IGXHierarchyGrid

CGXWrappedGridCore

Class Members