TcxGridLevel.Parent Property
Specifies the parent grid level which owns the current grid level.
Declaration
property Parent: TcxGridLevel read; write;
Property Value
Type |
---|
TcxGridLevel |
Remarks
Use the Parent property to get or set the parent (master) grid level which contains the current grid level. If the current grid level is at the root nesting level, the Parent property returns the TcxCustomGrid.Levels property value.
If the parent level is destroyed, it disposes of all child levels it contains. See the Items property to access all child levels for a given parent.
See Also