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

IThreadSafeField.Name Property

Gets the field name.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

string Name { get; }

Property Value

Type Description
String

A String that specifies the field name.

Remarks

This property returns the PivotGridField.Name property value.

See Also