Back to Devexpress

BandCollection.Item[Int32] Property

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

latest1.6 KB
Original Source

BandCollection.Item[Int32] Property

An indexer that returns the Band object located at the specified index in the collection.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Parameters

NameTypeDescription
indexInt32

An integer index value that identifies a Band object in the collection.

|

Property Value

TypeDescription
Band

A Band object that has the specified index in the collection.

|

Remarks

The index inside the BandCollection is a zero-based index.

See Also

BandCollection Class

BandCollection Members

DevExpress.XtraReports.UI Namespace