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

IChooseObjectConstructorPageView.Initialize(IEnumerable<ConstructorViewInfo>, Boolean) Method

If implemented, initializes a wizard page with the list of available constructors.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void Initialize(
    IEnumerable<ConstructorViewInfo> items,
    bool showAll
)

Parameters

Name Type Description
items IEnumerable<ConstructorViewInfo>

A collection of ConstructorViewInfo objects containing the settings of constructors.

showAll Boolean

The state of the Show only highlighted constructors check box.

See Also