PagedSourceBase.TotalItemCount Property
In This Article
Gets the total row count.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Int64> | The total row count. |
#Remarks
If the PagedSourceBase.PageNavigationMode property is ArbitraryWithTotalPageCount, the count is calculated; otherwise, the count is null.
See Also