Skip to main content

PickManagerBase.FillContent(IList, IList, Boolean) Method

For internal use.

Namespace: DevExpress.Data.Browsing.Design

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Parameters

Name Type
nodes IList
dataSources IList
addNoneNode Boolean
See Also