Skip to main content
A newer version of this page is available. .

GridViewBase.PageSize Property

Gets or sets the maximum number of rows that can be displayed on a page. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public int? PageSize { get; set; }

Property Value

Type Description
Nullable<Int32>

An integer value that specifies the number of rows. If the value is null, the rows number is 20.

Remarks

Refer to the Data Paging topic to learn more.

See Also