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

PivotGridField.Name Property

OBSOLETE

Use the ID property instead.

Gets or sets the field’s unique name.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

[Obsolete("Use the ID property instead.")]
public override string Name { get; set; }

Property Value

Type Description
String

A string value that specifies the field’s unique name.

See Also