Skip to main content

ChooseXPObjectSourceEntityTypePage.EntityType Property

Specifies the selected persistent object class.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v26.1.dll

Declaration

public virtual Type EntityType { get; set; }

Property Value

Type Description
Type

A value that specifies the selected persistent object class.

See Also