Skip to main content

DataContext.GetItemProperties(Object, String, Boolean) Method

Returns the array of data source item properties.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public PropertyDescriptor[] GetItemProperties(
    object dataSource,
    string dataMember,
    bool forceList
)

Parameters

Name Type Description
dataSource Object

A Object value, specifying the data source.

dataMember String

A String value, specifying the data member.

forceList Boolean

A Boolean value.

Returns

Type Description
PropertyDescriptor[]

An array of PropertyDescriptor objects.

See Also