PivotFieldStateChangedCancelEventArgs Class
Provides data for the ASPxPivotGrid.FieldValueCollapsing and ASPxPivotGrid.FieldValueExpanding events.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxPivotGrid.FieldValueCollapsing and ASPxPivotGrid.FieldValueExpanding events are raised when collapsing or expanding a field value, respectively.
The PivotFieldStateChangedCancelEventArgs class provides the PivotFieldStateChangedCancelEventArgs.Cancel property which allows the expand/collapse operation to be canceled.
Inheritance
Object
EventArgs
PivotFieldEventArgsBase<PivotGridField>
PivotFieldEventArgs
PivotFieldStateChangedEventArgs
PivotFieldStateChangedCancelEventArgs
See Also