PaginationState.TotalItemCount 属性

定义

获取所有页面的项总数(如果已知)。 该值将为 null,直到关联的 QuickGrid<TGridItem> 在加载数据后分配值。

public int? TotalItemCount { get; }
member this.TotalItemCount : Nullable<int>
Public ReadOnly Property TotalItemCount As Nullable(Of Integer)

属性值

适用于