PivotFieldPropertyChangedEventArgs.PropertyName Property
Gets which property has been changed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotFieldPropertyName PropertyName { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
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 |
Identifies the Pivot |
#Remarks
To obtain the field whose property has been changed, use the PivotFieldEventArgsBase<T>.Field property.