XPObjectSourcePropertiesCollection.Item[Int32] Property
In This Article
Gets an XPObjectSourceProperty object at the specified index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public XPObjectSourceProperty this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value which is the index of a property. |
#Property Value
Type | Description |
---|---|
XPObject |
An XPObject |
See Also