Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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