ITreeViewNodeInfo.IsLeaf Property
Returns whether the processed node has zero child nodes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool IsLeaf { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also