windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-500786a7.md
Provides a notification that the field’s width has been changed.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public event PivotFieldEventHandler FieldWidthChanged
Public Event FieldWidthChanged As PivotFieldEventHandler
The FieldWidthChanged 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>. |
The FieldWidthChanged event is raised in the following cases:
The field whose width has been changed is returned by the event parameter’s PivotFieldEventArgsBase<T>.Field property.
See Also