Back to Devexpress

IAsyncChildNodesSelector Members

wpf-devexpress-dot-xpf-dot-grid-dot-iasyncchildnodesselector-dot-underscore-members.md

latest1.3 KB
Original Source

IAsyncChildNodesSelector Members

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

Methods

NameDescription
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

IAsyncChildNodesSelector Interface

DevExpress.Xpf.Grid Namespace