TcxCustomRowHeaderInfo.Row Property
Returns the grid row to which the row header belongs.
Declaration
property Row: TcxCustomRow read;
Property Value
Type |
---|
TcxCustomRow |
Remarks
Read the Row property to get the grid row owning the current row header.
See Also