Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IComplexListEditor.Setup(CollectionSourceBase, XafApplication) Method

In This Article

In certain scenarios, a List Editor needs information on the application and Collection Source of the List View that uses the List Editor. This method is used to supply this information to the List Editor.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

void Setup(
    CollectionSourceBase collectionSource,
    XafApplication application
)

#Parameters

Name Type Description
collectionSource CollectionSourceBase

A CollectionSourceBase object that represents the Collection Source of the List View that uses the List Editor.

application XafApplication

An XafApplication object that can be used to manage the current application.

See Also