Skip to main content

TcxCustomRowHeaderInfo.HeaderCellsRect Property

Returns the rectangle occupied by the row header cells.

Declaration

property HeaderCellsRect: TRect read;

Property Value

Type
TRect

Remarks

Read the HeaderCellsRect property to obtain the rectangle describing the area occupied by the row header cells. If the current row is multi editor, the HeaderCellsRect is comprised of rectangles of all its header cells. You can use the TcxCaptionInfoList object exposed via the CaptionsInfo property to get access to individual header cells.

You can obtain the rectangle occupied by the row header using the HeaderRect property.

See Also