Skip to main content

UnboundDataSource.Item[Int32, String] Property

Gets the value of the item in the UnboundDataSource‘s list.

Namespace: DevExpress.Xpf.Core.DataSources

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public object this[int rowIndex, string propertyName] { get; }

Parameters

Name Type Description
rowIndex Int32

A zero-based integer value that is the index of the item in the UnboundDataSource‘s list.

propertyName String

A String value that is the name of the property.

Property Value

Type Description
Object

An object that is the item value.

See Also