aspnet-devexpress-dot-web-dot-aspxpivotgrid-91840267.md
Provides data for the ASPxPivotGrid.FieldAreaChanging event.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotAreaChangingEventArgs :
PivotFieldEventArgs
Public Class PivotAreaChangingEventArgs
Inherits PivotFieldEventArgs
PivotAreaChangingEventArgs is the data class for the following events:
The ASPxPivotGrid.FieldAreaChanging event is raised before:
The PivotAreaChangingEventArgs provides the PivotAreaChangingEventArgs.NewArea and PivotAreaChangingEventArgs.NewAreaIndex properties that allow the current position of the field being dragged to be identified. The PivotAreaChangingEventArgs.Allow property specifies whether the dragged field header can be dropped on the area it is currently located over.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldEventArgs PivotAreaChangingEventArgs
See Also