SortByCondition.Field Property
In This Article
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
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
null |
A Pivot |
#Remarks
The field value represented by the condition is specified via the SortByCondition.Value property.
See Also