UnboundDataSource.Change(Int32, String) Method
Changes an item with the specified index.
Namespace: DevExpress.Xpf.Core.DataSources
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| row | Int32 | An integer value that is the index of the item to be changed. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| propertyName | String | null | A String value that is the name of the item’s property. |
See Also