Back to Devexpress

XPView.ObjectClassInfo Property

xpo-devexpress-dot-xpo-dot-xpview-0b4e80c2.md

latest1.0 KB
Original Source

XPView.ObjectClassInfo Property

Gets the metadata information for the persistent objects retrieved by the view.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPClassInfo ObjectClassInfo { get; set; }
vb
Public Property ObjectClassInfo As XPClassInfo

Property Value

TypeDescription
XPClassInfo

An XPClassInfo object which provides the metadata information for the objects to add to the view.

|

See Also

XPView Class

XPView Members

DevExpress.Xpo Namespace