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

FixedFieldValueCondition.Value Property

Gets or sets the value of the field to be pinned.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

[DefaultValue(null)]
public object Value { get; set; }

Property Value

Type Default Description
Object null

An object that represents a field value.

See Also