<< Return to Main Index

< Return to Class Index

class CGXGridView: public CGXView, public CGXGridCore

The CGXGridView class represents the grid-component as view.

CGXGridView can be used either associated with a document or stand-alone.

All MFC features are supported:

- using the grid view in dynamic splitter windows

- printing and print preview

- find and replace

- synchronizing several views when attached to the same document

As CGXGridView does not declare any new functions, no methods are listed below by intention. You should refer to the CGXGridCore class for more information about grid methods.

#include <gxall.h>

See Also

CGXGridCore CGXView