Skip to main content

TcxCustomGridTableView.VisibleItemCount Property

Returns the total number of items that are currently visible within the View.

Declaration

property VisibleItemCount: Integer read;

Property Value

Type
Integer

Remarks

This property returns the number of items accessible via the VisibleItems property.

See Also