ASPxPivotGrid.FieldVisibleChanged Event
Occurs after a field’s visibility has been changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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