Skip to main content
A newer version of this page is available. .
All docs
V21.1

DataComponentBase.ObjectType Property

Gets the runtime type of the current data source instance.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

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

Property Value

Type Description
String

A string that contains the fully qualified name of the type, and the assembly name.

See Also