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

XRBindingCollection.Item[Int32] Property

Indexer that returns an XRBinding object at the specified index.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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