Skip to main content

ObjectDataSourceModel.ObjectType Property

Specifies the selected data source type.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public IDXTypeInfo ObjectType { get; set; }

Property Value

Type Description
IDXTypeInfo

An object that provides information about the selected data source type.

Implements

See Also