Skip to main content

PivotGridFilterItem.Value Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The field value represented by the filter item.

See Also