PivotFieldValueEventArgs(PivotGridField) Constructor
Initializes a new instance of the PivotFieldValueEventArgs class with the specified field.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridField | A PivotGridField object which specifies the field currently being processed. This value is assigned to the PivotFieldEventArgsBase<T>.Field property. |
See Also