PickManagerBase.FillContent(IList, Collection<Pair<Object, String>>, Boolean) Method
For internal use.
Namespace: DevExpress.Data.Browsing.Design
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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