Back to Devexpress

IAsyncChildNodesSelector Methods

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

latest1.4 KB
Original Source

IAsyncChildNodesSelector Methods

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

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

IAsyncChildNodesSelector Members

DevExpress.Xpf.Grid Namespace