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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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