TcxGridTableView.ColumnCount Property
In This Article
Returns the total number of columns defined within the Table View.
#Declaration
Delphi
property ColumnCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the number of items stored within the Columns collection.
See Also