XPObjectSource.EntityType Property
In This Article
Specifies metadata information for an XPO class mapped to the required data.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
#Declaration
public XPClassInfo EntityType { get; set; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
#Remarks
To initialize the EntityType property using the Type object instead of XPClassInfo, use the XPObjectSource.SetEntityType method.
See Also