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