Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public virtual IEnumerable<EFDataMemberViewModelBase> DataMembers { get; protected set; }

Property Value

Type Description
IEnumerable<EFDataMemberViewModelBase>

A collection of EFDataMemberViewModelBase objects.

See Also