TcxCustomRowHeaderInfo.LinesInfo Property
Returns view information about a row’s header lines.
Declaration
property LinesInfo: TLineInfoList read;
Property Value
Type |
---|
TLineInfoList |
Remarks
The LinesInfo property exposes the TLineInfoList object, whose interface can be used to obtain view information about a grid row’s header lines.
See Also