Skip to main content

PivotGridFieldCollectionBase.GenerateName(String) Method

Generates the default name of the pivot grid field by the name of the corresponding data source field.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public string GenerateName(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String that specifies the name of the corresponding data source field.

Returns

Type Description
String

A String that specifies the generated name of the pivot grid field.

See Also