Back to Devexpress

GridPersistentLayout.ShowAllRows Property

blazor-devexpress-dot-blazor-dot-gridpersistentlayout-d71cd04e.md

latest1.1 KB
Original Source

GridPersistentLayout.ShowAllRows Property

Specifies whether the Grid displays all rows on one page.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
Nullable<Boolean>

true if the component displays all rows on one page; otherwise, false.

|

Remarks

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

See Also

GridPersistentLayout Class

GridPersistentLayout Members

DevExpress.Blazor Namespace