Skip to main content

ObjectMember(PropertyDescriptor) Constructor

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

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ObjectMember(
    PropertyDescriptor pd
)

Parameters

Name Type Description
pd PropertyDescriptor

A PropertyDescriptor value providing access to information about a property.

See Also