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

PickManagerBase.FillContent(IList, Collection<Pair<Object, String>>, Boolean) Method

For internal use.

Namespace: DevExpress.Data.Browsing.Design

Assembly: DevExpress.Data.v18.2.dll

Declaration

public virtual void FillContent(
    IList nodes,
    Collection<Pair<object, string>> dataSources,
    bool addNoneNode
)

Parameters

Name Type
nodes IList
dataSources Collection<DevExpress.XtraPrinting.Native.Pair<Object, String>>
addNoneNode Boolean
See Also