Skip to main content

DataPager.IsTotalItemCountFixed Property

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

public bool IsTotalItemCountFixed { get; set; }

#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