Skip to main content

PageSize Property

Gets or sets the number of items to display on a page. If the PageSize = 0, then we are not paging, and will display all items in the collection. Otherwise, we will have separate pages for the items to display.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public int PageSize { get; set; }

Property Value

Int32

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace