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

ASPxPivotGrid.FieldVisibleChanged Event

Occurs after a field’s visibility has been changed.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public event PivotFieldEventHandler FieldVisibleChanged

Event Data

The FieldVisibleChanged event's data class is PivotFieldEventArgs. The following properties provide information specific to this event:

Property Description
Field Gets the field being processed. Inherited from PivotFieldEventArgsBase<T>.

Remarks

The FieldVisibleChanged event is raised in the cases listed below:

  • an end-user has moved the field to/from the customization window;
  • the field’s visibility has been changed in code (PivotGridFieldBase.Visible).
See Also