TcxGridBandedColumnPosition.Row Property
Gets the band row containing the current column.
Declaration
property Row: TcxGridBandRow read;
Property Value
Type |
---|
TcxGridBandRow |
Remarks
The Row property returns a TcxGridBandRow object referencing the row which contains the current banded column. The column row is assigned via the RowIndex attribute.
See Also