PivotFieldPropertyChangedEventArgs.PropertyName Property
In This Article
Gets which property has been changed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Field |
A Field |
#Remarks
To obtain the field whose property has been changed, use the PivotFieldEventArgs.Field property.
See Also