Skip to main content

TcxCustomGridViewData.MakeDetailVisible(TComponent) Method

Displays the detail View of a particular level.

Declaration

function MakeDetailVisible(ADetailLevel: TComponent): TcxCustomGridView; virtual;

Parameters

Name Type
ADetailLevel TComponent

Returns

Type
TcxCustomGridView

Remarks

The MakeDetailVisible method scrolls the master View in order to bring the master row into View (if it’s beyond the View’s boundaries) and expands this row sequentially to the specified detail level to show the joined detail View. It returns an instance of that View.

Use the MakeDetailVisible method to show an associated detail View of the ADetailLevel level.

See Also