Skip to main content
.NET 6.0+

XPView.ObjectType Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.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