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

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

For internal use.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

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