Skip to main content

ExpressionBindingDescription.SurrogateType Property

Returns a surrogate type used to change values of read-only complex properties.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public Type SurrogateType { get; }

Property Value

Type Description
Type

A Type object.

See Also