PivotFieldPropertyChangedEventArgs Class
In This Article
Provides data for the ASPxPivotGrid.FieldPropertyChanged event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotFieldPropertyChangedEventArgs :
PivotFieldEventArgs
#Remarks
The ASPxPivotGrid.FieldPropertyChanged event occurs after a field’s property has been changed. Use the PivotFieldEventArgsBase<T>.Field and PivotFieldPropertyChangedEventArgs.PropertyName properties to obtain the processed field and the actual property changed, respectively.
See Also