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

XPView.ObjectType Property

Gets the type of the class whose metadata is provided by the XPView.ObjectClassInfo property.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
[DefaultValue(null)]
public Type ObjectType { get; set; }

Property Value

Type Default Description
Type *null*

The Type of the class.

See Also