ObjectDataSource.GetListName(PropertyDescriptor[]) Method
In This Article
Returns the name of a list associated with an object data source.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public string GetListName(
PropertyDescriptor[] listAccessors
)
#Parameters
Name | Type | Description |
---|---|---|
list |
Property |
An array of Property |
#Returns
Type | Description |
---|---|
String | A String value. |
See Also