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

ChooseXPObjectSourceEntityTypePage.Types Property

Specifies a collection of available persistent object classes.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual IEnumerable<Type> Types { get; set; }

Property Value

Type Description
IEnumerable<Type>

A collection of available persistent object classes.

See Also