Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotFieldPropertyChangedEventArgs Class

Provides data for the PivotGridControl.FieldPropertyChanged event.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public class PivotFieldPropertyChangedEventArgs :
    PivotFieldEventArgs

#Remarks

The PivotGridControl.FieldPropertyChanged event occurs after a field’s property has been changed. Use the PivotFieldEventArgs.Field and PivotFieldPropertyChangedEventArgs.PropertyName properties to obtain the processed field and the actual property changed, respectively.

#Inheritance

Object
EventArgs
RoutedEventArgs
PivotFieldEventArgs
PivotFieldPropertyChangedEventArgs
See Also