ChooseXPObjectSourceEntityTypePage.Initialize(IEnumerable) Method
Initializes the Choose an Entity Type wizard page with the list of available data members.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| entityTypes | IEnumerable | A collection of available persistent object classes. |
See Also