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