TreeListEditor.Setup(CollectionSourceBase, XafApplication) Method
In This Article
Performs additional initialization of the TreeListEditor.
Namespace: DevExpress.ExpressApp.TreeListEditors.Win
Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Win
#Declaration
public void Setup(
CollectionSourceBase collectionSource,
XafApplication application
)
#Parameters
Name | Type | Description |
---|---|---|
collection |
Collection |
A Collection |
application | Xaf |
An Xaf |
#Remarks
This method supports the internal XAF infrastructure, and is not intended to be called from your code.
#Implements
See Also