Skip to main content
A newer version of this page is available. .

DataContext.GetItemProperties(Object, String, Boolean) Method

Returns the array of data source item properties.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v19.2.dll

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