DataPager.IsTotalItemCountFixed Property
In This Article
Gets or sets whether or not the total number of items in the source collection will not be changed. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the source collection will not be changed; otherwise, false. |
#Remarks
If the source collection will not be changed (no items will be added or removed), set the IsTotalItemCountFixed property to true. In this instance, the 'Next Page' button is disabled automatically when the last page is reached. Otherwise, this button will remain enabled.
See Also