Back to Devexpress

XRBindingCollection.Item[String] Property

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

latest1.7 KB
Original Source

XRBindingCollection.Item[String] Property

An indexer that returns the XRBinding object specified by the control’s property name.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRBinding this[string propName] { get; }
vb
Public ReadOnly Property Item(propName As String) As XRBinding

Parameters

NameTypeDescription
propNameString

A string containing the name of the specified control’s property.

|

Property Value

TypeDescription
XRBinding

An object of the XRBinding class or null.

|

Remarks

This indexer returns null if the collection doesn’t contain a binding with the XRBinding.PropertyName property set to the specified control’s property.

See Also

XRBindingCollection Class

XRBindingCollection Members

DevExpress.XtraReports.UI Namespace