Skip to main content
.NET 6.0+

XPView.ObjectClassInfo Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPClassInfo ObjectClassInfo { get; set; }

Property Value

Type Description
XPClassInfo

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

See Also