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

ChooseXPObjectSourceEntityTypePage.EntityType Property

Specifies the selected persistent object class.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual Type EntityType { get; set; }

Property Value

Type Description
Type

A value that specifies the selected persistent object class.

See Also