Back to Devexpress

PivotCustomFieldDataEventArgs.Value Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfielddataeventargs-cd69320d.md

latest2.0 KB
Original Source

PivotCustomFieldDataEventArgs.Value Property

Gets or sets the value of the cell currently being processed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object Value { get; set; }
vb
Public Property Value As Object

Property Value

TypeDescription
Object

An object representing the value of the cell currently being processed.

|

Remarks

Use the Value property to assign a value to the cell currently being processed. This cell is identified by the field (the PivotCustomFieldDataEventArgs.Field property) and row index in the data source (the PivotCustomFieldDataEventArgs.ListSourceRowIndex property). To retrieve values from specific fields in the data source the PivotCustomFieldDataEventArgs.GetListSourceColumnValue method can be used.

Initially the Value property is set to null.

See Also

GetListSourceColumnValue

PivotCustomFieldDataEventArgs Class

PivotCustomFieldDataEventArgs Members

DevExpress.Xpf.PivotGrid Namespace