EFDataSource.GetItemProperties(PropertyDescriptor[]) Method
For internal use.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public PropertyDescriptorCollection GetItemProperties(
PropertyDescriptor[] listAccessors
)
Parameters
Name | Type |
---|---|
listAccessors | PropertyDescriptor[] |
Returns
Type |
---|
PropertyDescriptorCollection |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also