Back to Devexpress

ExpressionBindingCollection.Item[String, String] Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-expressionbindingcollection-dot-item-x28-system-dot-string-system-dot-string-x29.md

latest2.1 KB
Original Source

ExpressionBindingCollection.Item[String, String] Property

Provides access to individual items in the collection by their event and property names.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public ExpressionBinding this[string eventName, string propertyName] { get; }
vb
Public ReadOnly Property Item(eventName As String, propertyName As String) As ExpressionBinding

Parameters

NameTypeDescription
eventNameString

A String value, specifying the event name. Corresponds to the ExpressionBinding.EventName property value.

| | propertyName | String |

A String value, specifying the property name. Corresponds to the ExpressionBinding.PropertyName property value.

|

Property Value

TypeDescription
ExpressionBinding

An ExpressionBinding object.

|

See Also

ExpressionBindingCollection Class

ExpressionBindingCollection Members

DevExpress.XtraReports.UI Namespace