Skip to main content

PivotGridFieldSortCondition.Value Property

Gets or sets the field value represented by the condition.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

[TypeConverter(typeof(ObjectEditorTypeConverter))]
[DefaultValue(null)]
[XtraSerializableProperty]
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