ITreeList.CollapseRow(Int32) Method
Collapses the row with the specified visible index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void CollapseRow(
int visibleIndex
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | A row’s visible index. |
Remarks
Refer to the CollapseRow(Int32) method description for more information and an example.
See Also