Skip to main content

SummaryDataSourceFieldNaming Enum

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

public enum SummaryDataSourceFieldNaming

#Members

Name Description
FieldName

The columns in a summary data source are named using values of the data field PivotGridField.FieldName properties.

Name

The columns in a summary data source are named using values of the data fields' PivotGridField.Name properties.

#Remarks

Values listed in this enumeration are used to set the PivotGridControl.SummaryDataSourceFieldNaming property.

See Also