Back to Devexpress

XpoDataSource.TypeName Property

xpo-devexpress-dot-xpo-dot-xpodatasource-cacf810a.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[DefaultValue("")]
public string TypeName { get; set; }
vb
<DefaultValue("")>
Public Property TypeName As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the type name.

|

See Also

XpoDataSource Class

XpoDataSource Members

DevExpress.Xpo Namespace