XPObjectSourcePropertiesCollection.Item[Int32] Property
Gets an XPObjectSourceProperty object at the specified index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value which is the index of a property. |
Property Value
Type | Description |
---|---|
XPObjectSourceProperty | An XPObjectSourceProperty object at the specified index. |
See Also