Back to Devexpress

UnboundSourcePropertyCollection.Item[Int32] Property

corelibraries-devexpress-dot-data-dot-unboundsourcepropertycollection-dot-item-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

UnboundSourcePropertyCollection.Item[Int32] Property

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public UnboundSourceProperty this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As UnboundSourceProperty

Parameters

NameTypeDescription
indexInt32

The zero-based index of the item.

|

Property Value

TypeDescription
UnboundSourceProperty

An UnboundSourceProperty item at a specific index.

|

See Also

UnboundSourcePropertyCollection Class

UnboundSourcePropertyCollection Members

DevExpress.Data Namespace