Skip to main content

DataPager.PageCount Property

Gets the total number of pages. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public int PageCount { get; }

#Property Value

Type Description
Int32

An integer value that specifies the total number of pages.

See Also