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

PivotGridFieldSortCondition.Value Property

Gets or sets the field value represented by the condition.

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 specifies the field value represented by the condition.

Remarks

The field to which the condition corresponds is specified by the PivotGridFieldSortCondition.Field property.

If the PivotGrid is bound to an OLAP data source, the condition identifies the field value by the unique name of the corresponding OLAP member, specified by the PivotGridFieldSortCondition.OLAPUniqueMemberName property. In this instance, the Value property is set to null.

See Also