SummaryDataSourceFieldNaming Enum
In This Article
Lists values that specify the column naming convention in a summary data source.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Field |
The columns in a summary data source are named using values of the data field Pivot |
Name | The columns in a summary data source are named using values of the data fields' Pivot |
#Passed To
You can pass SummaryDataSourceFieldNaming values to the following properies:
#Remarks
Values listed in this enumeration are used to set the PivotGridControl.SummaryDataSourceFieldNaming property.
See Also