Skip to main content

PivotGridFieldBase.NamePrefix Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

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