Skip to main content

PivotGridFieldSortCondition.Value Property

SECURITY NOTE

Deserializing layout settings from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Safe Deserialization.

Gets or sets the field value represented by the condition.

Namespace: DevExpress.XtraPivotGrid

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

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

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