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 |
---|---|---|
collection |
Collection |
A Collection |
application | Xaf |
An Xaf |
See Also