Skip to main content

PivotDrillDownDataSource.SetValue(Int32, String, Object) Method

Sets the value of the specified data field in the specified row.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void SetValue(
    int rowIndex,
    string fieldName,
    object value
)

#Parameters

Name Type Description
rowIndex Int32

A zero-based integer that identifies the data row.

fieldName String

A String value that specifies the field name.

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.

See Also