ASPxPivotGrid.FieldVisibleChanged Event
In This Article
Occurs after a field’s visibility has been changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#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 Pivot |
#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