ITreeViewNodeInfo.Expanded Property
Returns whether the TreeView node is expanded.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool Expanded { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Use the ITreeViewNodeInfo.Expanded
property to determine if the TreeView node is expanded.
See Also