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.v19.2.dll

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