TcxGridLevel.MakeVisible Method
Makes the current grid level visible.
Declaration
function MakeVisible: TcxCustomGridView;
Returns
Type |
---|
TcxCustomGridView |
Remarks
This function sequentially forces all parent (master) grid levels - of the current grid level - to display their detail grid levels. This also activates the corresponding root grid level.
Note
A grid level becomes visible provided that the Visible property of this level and all its immediate parent levels are set to True.
The MakeVisible function returns the clone View associated with the current grid level when it becomes visible in this manner. Otherwise, nil is returned.
See Also