Skip to main content
A newer version of this page is available. .

FieldPropertyName Enum

Lists values that identify properties of fields.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public enum FieldPropertyName

Members

Name Description
SortOrder

Identifies the PivotGridField.SortOrder property.

FieldName

Identifies the PivotGridField.FieldName property.

SummaryType
SortBySummaryInfo
GroupInterval

Related API Members

The following properties accept/return FieldPropertyName values:

Remarks

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

See Also