TcxGridBandedColumnPosition.Row Property
In This Article
Gets the band row containing the current column.
#Declaration
Delphi
property Row: TcxGridBandRow read;
#Property Value
Type |
---|
Tcx |
#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