Back to Devexpress

GridPersistentLayout.PageSize Property

blazor-devexpress-dot-blazor-dot-gridpersistentlayout-ecd953df.md

latest1.1 KB
Original Source

GridPersistentLayout.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 GridPersistentLayout class description for additional information and an example.

See Also

GridPersistentLayout Class

GridPersistentLayout Members

DevExpress.Blazor Namespace