Skip to main content

ChooseXPObjectSourceEntityTypePageView.Initialize(IEnumerable) Method

Initializes the Choose an Entity Type wizard page with the list of available entity types.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void Initialize(
    IEnumerable entityTypes
)

Parameters

Name Type Description
entityTypes IEnumerable

A collection of available persistent object classes.

See Also