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

XPServerModeView.ObjectClassInfo Property

Gets or sets the XPClassInfo that describes the type of items the target data table contains.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[DefaultValue(null)]
[TypeConverter("DevExpress.Xpo.Design.ObjectClassInfoTypeConverter, DevExpress.Xpo.v19.1.Design, Version=19.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
public XPClassInfo ObjectClassInfo { get; set; }

Property Value

Type Default Description
XPClassInfo *null*

Metadata that relates to the type of items the target data table contains.

See Also