PivotGridField.ID Property
In This Article
Gets or sets the field’s unique identifier name.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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:
- Save and restore the pivot grid’s layout.
- Use templates.
- Group fields.
See Also