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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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