Skip to main content

DataSourceModel.ObjectType Property

Specifies the type of an object data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public IDXTypeInfo ObjectType { get; set; }

Property Value

Type Description
IDXTypeInfo

An IDXTypeInfo object containing information about a type.

Remarks

This setting is used to create an ObjectDataSource.

Implements

See Also