PivotFieldPropertyChangedEventArgs.PropertyName Property
In This Article
Gets which property has been changed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldPropertyName PropertyName { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
Available values:
Name | Description |
---|---|
Sort |
Identifies the Pivot |
Field |
Identifies the Pivot |
Summary |
Identifies the Pivot |
Sort |
Identifies the Pivot |
Group |
Identifies the Pivot |
Summary |
Identifies the Pivot |
Summary |
#Remarks
To obtain the field whose property has been changed, use the PivotFieldEventArgs.Field property.
See Also