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

PivotGridField.ID Property

Gets or sets the field’s unique identifier name.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.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:

The following code snippets (auto-collected from DevExpress Examples) contain references to the ID property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also