PivotCellBaseEventArgs Class
Provides data for events which are invoked for particular cells.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class PivotCellBaseEventArgs :
PivotCellEventArgsBase<PivotGridField, PivotGridWebData, PivotGridCustomTotal>
Related API Members
The following members return PivotCellBaseEventArgs objects:
Remarks
The PivotCellBaseEventArgs class serves as a base for classes that provide data for events which fire for particular cells. The PivotCellBaseEventArgs class properties and methods identify the cell’s value, position (column and row), etc.
Inheritance
Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal>
See Also