IGrid.IsDetailRowExpanded(Int32) Method
Indicates whether the specified detail row is expanded.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
bool IsDetailRowExpanded(
int visibleIndex
)
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | Int32 | A zero-based integer index that identifies the detail row. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Refer to the IsDetailRowExpanded(Int32) method description for additional information and an example.
See Also