Skip to main content

TcxCustomRow.IsLastVisible Method

Tests if the current row is the last visible row among top-level rows or siblings of its parent.

Declaration

function IsLastVisible: Boolean;

Returns

Type
Boolean

Remarks

This function returns True if the current row is the last visible row among any of the following:

  • Top-level rows (i.e., rows whose parent is the root level row);

  • Siblings of its parent.

See Also