Skip to main content

IChooseXPObjectSourceEntityTypePageView.Initialize(IEnumerable) Method

If implemented, initializes the Choose an Entity Type wizard page with the list of available entity types.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void Initialize(
    IEnumerable entityTypes
)

Parameters

Name Type Description
entityTypes IEnumerable

A collection of available persistent object classes.

See Also