ASPxGridListEditor.Setup(CollectionSourceBase, XafApplication) Method
In This Article
Performs additional initialization of the ASPxGridListEditor.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public override 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.
See Also