TcxCustomRow.GetLastVisibleChild Method
Returns the bottommost visible child row of the current row if this row is parent.
Declaration
function GetLastVisibleChild: TcxCustomRow;
Returns
Type |
---|
TcxCustomRow |
Remarks
Call the GetLastVisibleChild to access the bottommost visible child row of the current row.
Child row is visible if the value of its Visible property is True.
If the row has no children the GetLastVisibleChild returns nil.
See Also