ITreeList.CollapseAll() Method
In This Article
Collapses all rows in the TreeList component.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void CollapseAll()
#Remarks
Refer to the CollapseAll() method description for more information and an example.
See Also