ExpressionBindingCollection.Item[String, String] Property
In This Article
Provides access to individual items in the collection by their event and property names.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ExpressionBinding this[string eventName, string propertyName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
event |
String | A String value, specifying the event name. Corresponds to the Expression |
property |
String | A String value, specifying the property name. Corresponds to the Expression |
#Property Value
Type | Description |
---|---|
Expression |
An Expression |
See Also