Back to Devexpress

XPDataView.Item[Int32] Property

xpo-devexpress-dot-xpo-dot-xpdataview-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

XPDataView.Item[Int32] Property

Provides indexed access to individual records within the data view.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameTypeDescription
indexInt32

A zero-based integer which specifies the record’s position within the data view. If it’s negative or exceeds the last available index, an exception is thrown.

|

Property Value

TypeDescription
DataViewRecord

A DataViewRecord object which represents the record at the specified position.

|

See Also

Count

XPDataView Class

XPDataView Members

DevExpress.Xpo Namespace