PaginationState.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.
Gets the total number of items across all pages, if known. The value will be null until an associated QuickGrid<TGridItem> assigns a value after loading data.
public int? TotalItemCount { get; }
member this.TotalItemCount : Nullable<int>
Public ReadOnly Property TotalItemCount As Nullable(Of Integer)