Skip to main content

ObjectDataSource.GetListName(PropertyDescriptor[]) Method

Returns the name of a list associated with an object data source.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string GetListName(
    PropertyDescriptor[] listAccessors
)

Parameters

Name Type Description
listAccessors PropertyDescriptor[]

An array of PropertyDescriptor values.

Returns

Type Description
String

A String value.

See Also