Skip to main content

ObjectDataSource.GetItemProperties(PropertyDescriptor[]) Method

Returns an object that describes the item properties of 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 PropertyDescriptorCollection GetItemProperties(
    PropertyDescriptor[] listAccessors
)

Parameters

Name Type Description
listAccessors PropertyDescriptor[]

An array of PropertyDescriptor values.

Returns

Type Description
PropertyDescriptorCollection

A PropertyDescriptorCollection value.

See Also