TcxCustomRowHeaderInfo.CategoryIndents Property
Contains information about category indents within the row header.
Declaration
property CategoryIndents: TIndentInfoList read;
Property Value
Type |
---|
TIndentInfoList |
Remarks
The CategoryIndents property exposes the TIndentInfoList object whose interface can be used to obtain information about the indents of the category rows within the current row header. Using this object’s properties, you can determine the number of category indents and enumerate them.
See Also