Back to Devexpress

XPObjectSourcePropertiesCollection.Item[Int32] Property

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

latest1.5 KB
Original Source

XPObjectSourcePropertiesCollection.Item[Int32] Property

Gets an XPObjectSourceProperty object at the specified index.

Namespace : DevExpress.Xpo

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

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

Parameters

NameTypeDescription
indexInt32

An integer value which is the index of a property.

|

Property Value

TypeDescription
XPObjectSourceProperty

An XPObjectSourceProperty object at the specified index.

|

See Also

XPObjectSourcePropertiesCollection Class

XPObjectSourcePropertiesCollection Members

DevExpress.Xpo Namespace