Summary
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.
- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Collection View
Syntax
public int PageSize { get; set; }
Value
Type | Description |
---|---|
int |