Skip to main content

PivotFieldStateChangedEventArgs.Values Property

Gets the outer field values in the processed row/column.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object[] Values { get; }

Property Value

Type Description
Object[]

An array of objects that represent outer field values in the processed row/column.

Remarks

Using the Values property makes sense when there are more than two row/column fields and the first field value is not expanded/collapsed. The Values property returns an array of outer field values. This allows you to identify the processed field value.

See Also