Object Diagram
View the AspGrid object model and object relationship.
Grid Object
Top-level component object. Provides most of AspGrid's
functionality. Serves as an "object factory" for other objects.
Column Object
Encapsulates properties of a grid column.
Cell Object
Encapsulates attributes of an individual grid cell.
Font Object
Encapsulates attributes of the <FONT> tag for a cell or caption objects.
Table Object
Encapsulates attributes of a grid's <TABLE> tag.
Caption Object
Encapsulates attributes of the <CAPTION> tag for a grid table.
Output Object
Contains a collection of individual grid elements when
Display(False) or BuildForm is called.
Row Object
Represents a grid row in the Output.Rows collection.
Block Object
Represents a grid block (cell) in a Row.Blocks collection.