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