Skip to main content
.NET 6.0+

XPServerModeView.ObjectType Property

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

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 items the data source contains.

See Also