Skip to main content
.NET 6.0+

IComplexListEditor.Setup(CollectionSourceBase, XafApplication) Method

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.v23.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