Back to Devexpress

PagedSourceBase.TotalItemCount Property

wpf-devexpress-dot-xpf-dot-data-dot-pagedsourcebase-22a74311.md

latest1.2 KB
Original Source

PagedSourceBase.TotalItemCount Property

Gets the total row count.

Namespace : DevExpress.Xpf.Data

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public long? TotalItemCount { get; }
vb
Public ReadOnly Property TotalItemCount As Long?

Property Value

TypeDescription
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

PagedSourceBase Class

PagedSourceBase Members

DevExpress.Xpf.Data Namespace