Skip to main content
A newer version of this page is available. .

PagedSourceBase.TotalItemCount Property

Gets the total row count.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public long? TotalItemCount { get; }

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