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.v19.1.dll

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