XPView.Item[Int32] Property
Provides indexed access to individual records within the view.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | 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
Type | Description |
---|---|
ViewRecord | A ViewRecord object which represents the record at the specified position. |
See Also