Skip to main content

PivotGridField.ID Property

Gets or sets the field’s unique identifier name.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ID { get; set; }

Property Value

Type Default Description
String String.Empty

A string which specifies the field’s unique identifier.

Remarks

Use this property to obtain a field at runtime instead of defining the field by its index.

Use the ID property’s value when you do the following:

See Also