Skip to main content

TcxCustomRowHeaderInfo.HeaderRect Property

Returns the rectangle for the entire header.

Declaration

property HeaderRect: TRect read; write;

Property Value

Type
TRect

Remarks

Read the HeaderRect property to determine the rectangle occupied by the whole row header. The row header rectangle contains areas occupied by row indents (see RowIndents), category indents (see CategoryIndents) and header cells rectangles (see HeaderCellsRect).

See Also