Back to Devexpress

XPObjectStubCollection.Item[Int32] Property

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

latest1.1 KB
Original Source

XPObjectStubCollection.Item[Int32] Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameType
indexInt32

Property Value

Type
XPObjectStub

See Also

XPObjectStubCollection Class

XPObjectStubCollection Members

DevExpress.Xpo Namespace