Skip to main content
.NET Framework 4.6.2+

XPObjectSourcePropertiesCollection.Item[Int32] Property

Gets an XPObjectSourceProperty object at the specified index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v24.2.dll

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
XPObjectSourceProperty

An XPObjectSourceProperty object at the specified index.

See Also