DataSourceModel.ObjectType Property
Specifies the type of an object data source.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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