Skip to main content

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.v23.2.dll

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

Declaration

public PropertyDescriptor Pd { get; }

Property Value

Type Description
PropertyDescriptor

A PropertyDescriptor value.

See Also