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

PivotFieldPropertyChangedEventArgs.PropertyName Property

Gets which property has been changed.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public FieldPropertyName PropertyName { get; }

Property Value

Type Description
FieldPropertyName

A FieldPropertyName enumeration member that identifies the property that has been changed.

Available values:

Name Description
SortOrder

Identifies the PivotGridField.SortOrder property.

FieldName

Identifies the PivotGridField.FieldName property.

SummaryType
SortBySummaryInfo
GroupInterval

Remarks

To obtain the field whose property has been changed, use the PivotFieldEventArgs.Field property.

See Also