Skip to main content

TcxCustomTreeList.CellRect(TcxTreeListNode,TcxTreeListColumn) Method

Returns a data cell‘s bounding rectangle, in tree list coordinates.

Declaration

function CellRect(ANode: TcxTreeListNode; AColumn: TcxTreeListColumn): TRect;

Parameters

Name Type
ANode TcxTreeListNode
AColumn TcxTreeListColumn

Returns

Type
TRect

Remarks

ANode and AColumn identify the data cell. Note that if either ANode or AColumn is invisible, the method returns an invalidated rectangle.

See Also