Skip to main content
All docs
V19.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.v19.2.dll

Declaration

public PropertyDescriptorProxy(
    TypeSpecifics specifics
)

Parameters

Name Type Description
specifics TypeSpecifics

A TypeSpecifics enumeration value.

See Also