Back to Devexpress

TreeListPersistentLayout.ShowAllRows Property

blazor-devexpress-dot-blazor-dot-treelistpersistentlayout-e6b8bbab.md

latest1.1 KB
Original Source

TreeListPersistentLayout.ShowAllRows Property

Specifies whether the TreeList 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 TreeListPersistentLayout class description for additional information and an example.

See Also

TreeListPersistentLayout Class

TreeListPersistentLayout Members

DevExpress.Blazor Namespace