Skip to main content
.NET 6.0+

XPObjectSourcePropertiesCollection.Item[Int32] Property

Gets an XPObjectSourceProperty object at the specified index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.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
XPObjectSourceProperty

An XPObjectSourceProperty object at the specified index.

See Also