Skip to main content
A newer version of this page is available. .

PivotGridFilterItem.Value Property

Gets or sets the field value represented by the filter item.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v21.2.Core.dll

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The field value represented by the filter item.

See Also