The event handler receives an argument of type PivotFieldEventArgs containing data related to this event.
The following
PivotFieldEventArgs properties provide information specific to this event.
Property |
Description |
Field |
|
The FieldWidthChanged event is raised in the following cases:
- an end-user has dragged the field's right edge and so changed its width;
- the auto width feature has been applied to the field by an end-user or via code;
- the field's width has been changed via code by changing the DevExpress.XtraPivotGrid.PivotGridFieldBase.Width property's value.
The field whose width has been changed is returned by the event parameter's DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field property.