ObjectMember(PropertyDescriptor) Constructor
Initializes a new instance of the ObjectMember class with the specified property descriptor.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
pd | PropertyDescriptor | A PropertyDescriptor value providing access to information about a property. |
See Also