ChooseEFDataMemberPage.DataMembers Property
Provides access to the collection of data members available on this wizard page.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<EFDataMemberViewModelBase> | A collection of EFDataMemberViewModelBase objects. |
See Also