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