TcxGridLevel.Add Method
Adds a new child (detail) level.
Declaration
function Add: TcxGridLevel;
Returns
Type |
---|
TcxGridLevel |
Remarks
The Add method creates a new instance of the TcxGridLevel class and adds it the collection of child (detail) grid levels available via the Items property. The current grid level becomes the parent of the new TcxGridLevel instance created.
See Also