Skip to main content

UnboundSourcePropertyCollection.Item[Int32] Property

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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