Skip to main content

IThreadSafeField.Name Property

Gets the field name.

Namespace: DevExpress.Xpf.PivotGrid

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

#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