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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
entityTypes | IEnumerable | A collection of available persistent object classes. |
See Also