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

PickManagerBase.FillNodes(Object, String, IList) Method

For internal use.

Namespace: DevExpress.Data.Browsing.Design

Assembly: DevExpress.Data.v18.2.dll

Declaration

public virtual void FillNodes(
    object dataSource,
    string dataMember,
    IList nodes
)

Parameters

Name Type
dataSource Object
dataMember String
nodes IList
See Also