Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPView.ObjectClassInfo Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[TypeConverter("DevExpress.Xpo.Design.ObjectClassInfoTypeConverter, DevExpress.Xpo.v19.2.Design, Version=19.2.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
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