GridItemsProviderResult<TGridItem>.TotalItemCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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