Skip to main content

DataPager.ItemCount Property

Gets the total number of items currently contained within the source collection. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public int ItemCount { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the total number of items in the source collection.

#Remarks

If the source collection is not changed dynamically, set the DataPager.IsTotalItemCountFixed property to true. In this instance, the 'Next Page' button is disabled automatically when the last page is reached.

See Also