XPClassInfo.IdClass Property
Gets the metadata information for the persistent class which provides the key value for the current object.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
XPClassInfo | An XPClassInfo object that contains metadata information for the persistent class which provides the key value for the current object. |
See Also