Share via


PaginationState.TotalItemCount Property

Definition

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)

Property Value

Applies to