XPObjectSourceRecord.Item[Int32] Property
Gets the value of a property with the specified index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value which represents the index of a property. |
Property Value
Type | Description |
---|---|
Object | The value of a property with the specified index. |
See Also