Skip to main content
.NET 6.0+

XPBindingSource.ObjectType Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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