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

UnboundSource.Item[Int32, String] Property

Specifies a value within the UnboundSource list at a specific row index and with the specific property name.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

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

Parameters

Name Type Description
rowIndex Int32

The zero-based index of the value.

propertyName String

A string which is the list property name.

Property Value

Type Description
Object

An object at the specific row index and with the specific property name.

See Also