UnboundSource.Item[Int32, String] Property
In This Article
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.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The zero-based index of the value. |
property |
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