TcxGridBandRow.Count Property
Specifies the number of columns contained within the current row.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The Count property returns the number of columns assigned to the current row that is columns whose Position.RowIndex property addresses this row. Use the Items property to access a specific banded table column.
See Also