Skip to main content
A newer version of this page is available. .

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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public XRBinding this[string propName] { get; }

Parameters

Name Type Description
propName String

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

Property Value

Type Description
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