Skip to main content
All docs
V19.2

PropertyDescriptorProxy.CreateFrom(IPropertyDescriptor) Method

For internal use.

Namespace: DevExpress.Data.XtraReports.ServiceModel.DataContracts

Assembly: DevExpress.Data.v19.2.dll

Declaration

public static PropertyDescriptorProxy CreateFrom(
    IPropertyDescriptor from
)

Parameters

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

Returns

Type
PropertyDescriptorProxy
See Also