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

ExpressionBindingDescriptor.TryGetSurrogateType(Type, String, out Type) Method

For internal use.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public static bool TryGetSurrogateType(
    Type componentType,
    string propertyName,
    out Type value
)

Parameters

Name Type
componentType Type
propertyName String
value Type

Returns

Type
Boolean
See Also