Skip to main content

SortByCondition.Field Property

Gets or sets the field to which the condition corresponds. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[DefaultValue(null)]
public PivotGridField Field { get; set; }

#Property Value

Type Default Description
PivotGridField

null

A PivotGridField object that represents the field to which the condition corresponds.

#Remarks

The field value represented by the condition is specified via the SortByCondition.Value property.

See Also