Skip to main content
All docs
V23.2

IAsyncChildNodesSelector Members

The interface that allows you to create an asynchronous child nodes selector.

Methods

Name Description
HasChildNode(Object, CancellationToken) Returns a task that indicates whether the fetched node has child nodes. This task specifies whether the fetched node should display the expand button.
SelectChildren(Object) Returns a collection of child nodes when a user expands a parent node. Inherited from IChildNodesSelector.
SelectChildrenAsync(Object, CancellationToken) Returns a task that specifies a collection of child nodes when a user expands a parent node.
See Also