WinColumnsListEditor.Setup(CollectionSourceBase, XafApplication) Method
In This Article
Performs additional initialization of the WinColumnsListEditor.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public virtual 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