Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

void Initialize(
    IEnumerable<IParameter> parameters
)

Parameters

Name Type Description
parameters IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

See Also