Skip to main content
A newer version of this page is available. .

XpoDataSource.TypeName Property

Gets or sets the type name of persistent objects to be retrieved by the data source control.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[TypeConverter("DevExpress.Xpo.Design.XpoDataSourceTypeNameConverter, DevExpress.Xpo.v18.2.Design, Version=18.2.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[DefaultValue("")]
public string TypeName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the type name.

See Also