Skip to main content
A newer version of this page is available.
All docs
V18.2

PropertyDescriptorProxy(TypeSpecifics) Constructor

Initializes a new instance of the PropertyDescriptorProxy class with the specified settings.

Namespace: DevExpress.Data.XtraReports.ServiceModel.DataContracts

Assembly: DevExpress.Data.v18.2.dll

Declaration

public PropertyDescriptorProxy(
    TypeSpecifics specifics
)

Parameters

Name Type Description
specifics TypeSpecifics

A TypeSpecifics enumeration value.

See Also