TcxCustomRowHeaderInfo.IndentBounds Property
Returns the indent bounds rectangle of the row header.
Declaration
property IndentBounds: TRect read;
Property Value
Type |
---|
TRect |
Remarks
Read the IndentBounds property to obtain the rectangle describing the indent area of the current row header. This area is comprised of a sum of the areas of the row indents (see RowIndents) and category indents (see CategoryIndents).
See Also