TcxCustomRow.GetFirstVisibleChild Method
Returns the first visible child row of the current row if this row is parent.
Declaration
function GetFirstVisibleChild: TcxCustomRow;
Returns
Type |
---|
TcxCustomRow |
Remarks
Call the GetFirstVisibleChild to access the first 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 GetFirstVisibleChild returns nil.
See Also