IObjectConstructorParametersPageView.Initialize(IEnumerable<IParameter>) Method
If implemented, initializes a wizard page with the list of available constructor parameters.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameters | IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also