Back to Devexpress

XRBindingCollection.Item[Int32] Property

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

latest1.5 KB
Original Source

XRBindingCollection.Item[Int32] Property

Indexer that returns an XRBinding object at the specified index.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRBinding this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As XRBinding

Parameters

NameTypeDescription
indexInt32

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

|

Property Value

TypeDescription
XRBinding

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

|

See Also

XRBindingCollection Class

XRBindingCollection Members

DevExpress.XtraReports.UI Namespace