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

PivotGridFieldBase.NamePrefix Property

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

Namespace: DevExpress.XtraPivotGrid

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

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