PaginationState.TotalItemCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果已知,取得所有頁面的項目總數。 值將會是 Null,直到相關聯的 QuickGrid<TGridItem> 在載入數據之後指派值為止。
public int? TotalItemCount { get; }
member this.TotalItemCount : Nullable<int>
Public ReadOnly Property TotalItemCount As Nullable(Of Integer)