Skip to main content
A newer version of this page is available.
All docs
V19.1

PropertyDescriptorProxy.CreateFrom(IPropertyDescriptor) Method

For internal use.

Namespace: DevExpress.Data.XtraReports.ServiceModel.DataContracts

Assembly: DevExpress.Data.v19.1.dll

Declaration

public static PropertyDescriptorProxy CreateFrom(
    IPropertyDescriptor from
)

Parameters

Name Type
from DevExpress.Data.Browsing.Design.IPropertyDescriptor

Returns

Type
PropertyDescriptorProxy
See Also