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

PickManagerBase.FillContent(IList, IList, Boolean) Method

For internal use.

Namespace: DevExpress.Data.Browsing.Design

Assembly: DevExpress.Data.v18.2.dll

Declaration

public void FillContent(
    IList nodes,
    IList dataSources,
    bool addNoneNode
)

Parameters

Name Type
nodes IList
dataSources IList
addNoneNode Boolean
See Also