Skip to main content

ExpressionBinding(String, String, String) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ExpressionBinding(
    string eventName,
    string propertyName,
    string expression
)

Parameters

Name Type Description
eventName String

A String value, specifying the event name. This value is assigned to the ExpressionBinding.EventName property.

propertyName String

A String value, specifying the property name. This value is assigned to the ExpressionBinding.PropertyName property.

expression String

A String value, specifying the expression. This value is assigned to the ExpressionBinding.Expression property.

See Also