aspnet-devexpress-dot-web-dot-aspxpivotgrid-6ca9b2a0.md
Provides data for the ASPxPivotGrid.FieldValueCollapsing and ASPxPivotGrid.FieldValueExpanding events.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotFieldStateChangedCancelEventArgs :
PivotFieldStateChangedEventArgs
Public Class PivotFieldStateChangedCancelEventArgs
Inherits PivotFieldStateChangedEventArgs
PivotFieldStateChangedCancelEventArgs is the data class for the following events:
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.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldEventArgs PivotFieldStateChangedEventArgs PivotFieldStateChangedCancelEventArgs
See Also