Skip to main content
A newer version of this page is available. .

XPObjectSourcePropertiesCollection.Item[Int32] Property

Gets an XPObjectSourceProperty object at the specified index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.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