XPView.ObjectClassInfo Property
In This Article
Gets the metadata information for the persistent objects retrieved by the view.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
public XPClassInfo ObjectClassInfo { get; set; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also