TreeNode.IsChildrenLoaded Property
Gets whether the current node’s children are loaded.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public bool IsChildrenLoaded { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also