PivotDrillDownDataSource.SetValue(Int32, Int32, Object) Method
Sets the value of the specified data field in the specified row.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowIndex | Int32 | A zero-based integer that identifies the data row. |
columnIndex | Int32 | A zero-based integer that identifies the column. |
value | Object | An object that represents the new value. |
Remarks
If the PivotGrid control is bound to an OLAP cube, data editing is not allowed. In this instance, the SetValue method throws an exception.
Note
The SetValue method is not in effect for unbound columns.
See Also