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

ObjectMember.Pd Property

Provides access to a property descriptor containing information about a property of an object data source.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public PropertyDescriptor Pd { get; }

Property Value

Type Description
PropertyDescriptor

A PropertyDescriptor value.

See Also