Back to Devexpress

PivotGridField.ID Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-pivotgridfield.md

latest1.7 KB
Original Source

PivotGridField.ID Property

Gets or sets the field’s unique identifier name.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ID { get; set; }
vb
<DefaultValue("")>
Public Property ID As String

Property Value

TypeDefaultDescription
StringString.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

Item

PivotGridField Class

PivotGridField Members

DevExpress.Web.ASPxPivotGrid Namespace