Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotFieldStateChangedEventArgs(PivotGridField) Constructor

Initializes a new instance of the PivotFieldStateChangedEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldStateChangedEventArgs(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object, which is the field currently being processed. This value is assigned to the PivotFieldEventArgsBase<T>.Field property.

Remarks

Instances of the PivotFieldStateChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also