Skip to main content

FixedFieldValueCondition.Value Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Property Value

Type Default Description
Object null

An object that represents a field value.

See Also