Back to Devexpress

TreeListPersistentLayout.PageSize Property

blazor-devexpress-dot-blazor-dot-treelistpersistentlayout-d98265d0.md

latest1.1 KB
Original Source

TreeListPersistentLayout.PageSize Property

Specifies the maximum number of rows displayed on a page.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? PageSize { get; set; }

Property Value

TypeDescription
Nullable<Int32>

The number of rows displayed on a page.

|

Remarks

Refer to the TreeListPersistentLayout class description for additional information and an example.

See Also

TreeListPersistentLayout Class

TreeListPersistentLayout Members

DevExpress.Blazor Namespace