Skip to main content

FieldPropertyName Enum

Lists values that identify properties of fields.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public enum FieldPropertyName

#Members

Name Description
SortOrder

Identifies the PivotGridField.SortOrder property.

FieldName

Identifies the PivotGridField.FieldName property.

#Remarks

Values listed by this enumeration are used to set the PivotFieldPropertyChangedEventArgs.PropertyName property.

See Also