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

XPBindingSource.ObjectType Property

Gets or sets the type of items the data source contains.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

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

Property Value

Type Description
Type

A type of items the data source contains.

Remarks

Refer to the DataSource article for information on data sources and related limitations.

See Also