Back to Devexpress

PivotFieldPropertyName Enum

corelibraries-devexpress-dot-xtrapivotgrid-f0a4f605.md

latest2.6 KB
Original Source

PivotFieldPropertyName Enum

Lists values that identify properties of fields.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public enum PivotFieldPropertyName
vb
Public Enum PivotFieldPropertyName

Members

NameDescription
SortOrder

Identifies the PivotGridFieldBase.SortOrder property.

| | FieldName |

Identifies the PivotGridFieldBase.FieldName property.

| | SummaryType |

Identifies the PivotGridFieldBase.SummaryType property.

| | SortBySummaryInfo |

Identifies the PivotGridFieldBase.SortBySummaryInfo property.

| | GroupInterval |

Identifies the PivotGridFieldBase.GroupInterval property.

| | SummaryFilter |

Identifies the PivotGridFieldBase.SummaryFilter property.

| | SummaryDisplayType |

Identifies the PivotGridFieldBase.SummaryDisplayType property.

|

The following properties accept/return PivotFieldPropertyName values:

LibraryRelated API Members
WinForms ControlsPivotFieldPropertyChangedEventArgs.PropertyName
ASP.NET Web Forms ControlsPivotFieldPropertyChangedEventArgs.PropertyName

Remarks

Values listed by this enumeration are used to set the PivotFieldPropertyChangedEventArgs.PropertyName property.

See Also

DevExpress.XtraPivotGrid Namespace