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

ObjectMember(PropertyDescriptor) Constructor

Initializes a new instance of the ObjectMember class with the specified property descriptor.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ObjectMember(
    PropertyDescriptor pd
)

Parameters

Name Type Description
pd PropertyDescriptor

A PropertyDescriptor value providing access to information about a property.

See Also