Skip to main content
A newer version of this page is available. .

PivotGridFieldBase.NamePrefix Property

Gets the prefix that is used to create field names at design time.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

[Browsable(false)]
public static string NamePrefix { get; set; }

Property Value

Type Description
String

A string that specifies the prefix that is used to create field names at design time.

See Also