XafDataViewRecord.GetPropertyOwner(PropertyDescriptor) Method
Returns an object which is the owner of a property described by the specified property descriptor.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyDescriptor | PropertyDescriptor | A PropertyDescriptor object which is a property whose owner is to be found. |
Returns
Type | Description |
---|---|
Object | An Object which is the owner of the target property. |
Remarks
You do not need to use this method; it is implemented to support the ICustomTypeDescriptor interface.
See Also