IGrid.ExpandGroupRow(Int32, Boolean) Method
Expands the group row.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void ExpandGroupRow(
int visibleIndex,
bool recursive = false
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | The group row’s visible index. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
recursive | Boolean | False | Specifies whether to expand child group rows. |
Remarks
Refer to the ExpandGroupRow(Int32, Boolean) method description for more information and an example.
See Also