Skip to main content

TcxCustomRowHeaderInfo.RowIndents Property

Provides row’s indent rectangles.

Declaration

property RowIndents: TIndentInfoList read;

Property Value

Type
TIndentInfoList

Remarks

The RowIndents property exposes the TIndentInfoList object, which allows you to determine the number of row indents within the row header, iterate them and obtain the display rectangles for each one.

Additionally, you can obtain the rectangles for category indents (see CategoryIndents), header cells (see HeaderCellsRect) and the rectangle for the entire row header (see HeaderRect).

See Also