TcxCustomTreeList.CellRect(TcxTreeListNode,TcxTreeListColumn) Method
In This Article
Returns a data cell‘s bounding rectangle, in tree list coordinates.
#Declaration
Delphi
function CellRect(ANode: TcxTreeListNode; AColumn: TcxTreeListColumn): TRect;
#Parameters
Name | Type |
---|---|
ANode | Tcx |
AColumn | Tcx |
#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