Skip to main content

TcxCustomRow.IsRootLevel Method

Tests if the current row is on the root hierarchy level.

Declaration

function IsRootLevel: Boolean;

Returns

Type
Boolean

Remarks

Returns True if the current row is on the root hierarchy level in the grid control. The Level property is used to define the current row nesting level in the grid control.

See Also