Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

public object GetPropertyOwner(
    PropertyDescriptor propertyDescriptor
)

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