Back to Devexpress

PivotGridFieldBase.NamePrefix Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-162f20d9.md

latest1.3 KB
Original Source

PivotGridFieldBase.NamePrefix Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Browsable(false)]
public static string NamePrefix { get; set; }
vb
<Browsable(False)>
Public Shared Property NamePrefix As String

Property Value

TypeDescription
String

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

|

See Also

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace