Skip to main content
A newer version of this page is available. .

PickManagerBase.FindSourceNode(IList, Object) Method

For internal use.

Namespace: DevExpress.Data.Browsing.Design

Assembly: DevExpress.Data.v18.2.dll

Declaration

public INode FindSourceNode(
    IList nodes,
    object dataSource
)

Parameters

Name Type
nodes IList
dataSource Object

Returns

Type
DevExpress.Data.Browsing.Design.INode
See Also