Share via


GridItemsProviderResult<TGridItem>.TotalItemCount Property

Definition

The total number of items that may be displayed in the grid. This normally means the total number of items in the underlying data source after applying any filtering that is in effect.

If the grid is paginated, this should include all pages. If the grid is virtualized, this should include the entire scroll range.

public int TotalItemCount { get; init; }
member this.TotalItemCount : int with get, set
Public Property TotalItemCount As Integer

Property Value

Applies to