Back to Devexpress

XPView.Item[Int32] Property

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

latest1.3 KB
Original Source

XPView.Item[Int32] Property

Provides indexed access to individual records within the view.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameTypeDescription
indexInt32

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

|

Property Value

TypeDescription
ViewRecord

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

|

See Also

Count

XPView Class

XPView Members

DevExpress.Xpo Namespace