UnboundSource.Change(Int32, String) Method
Changes the specified value.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| row | Int32 | An integer row number containing the value to be changed. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| propertyName | String | null | A string which is the name of the property whose value should be changed. |
See Also