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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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