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

UnboundSourcePropertyCollection.Item[Int32] Property

Specifies an item within the UnboundSourcePropertyCollection collection at a specific index.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public UnboundSourceProperty this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based index of the item.

Property Value

Type Description
UnboundSourceProperty

An UnboundSourceProperty item at a specific index.

See Also