Skip to main content

XRBindingCollection.Item[Int32] Property

Indexer that returns an XRBinding object at the specified index.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRBinding this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value that locates the XRBinding object in the collection.

Property Value

Type Description
XRBinding

An XRBinding object that has the specified index in the collection.

See Also