Skip to main content

PagedSourceBase.TotalItemCount Property

Gets the total row count.

Namespace: DevExpress.Xpf.Data

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

NuGet Package: 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