aspnet-devexpress-dot-web-dot-aspxpivotgrid-5b3e9068.md
Provides data for the ASPxPivotGrid.CustomCellStyle event.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotCustomCellStyleEventArgs :
PivotCellBaseEventArgs
Public Class PivotCustomCellStyleEventArgs
Inherits PivotCellBaseEventArgs
PivotCustomCellStyleEventArgs is the data class for the following events:
The ASPxPivotGrid.CustomCellStyle event fires for each ASPxPivotGridControl’s cell and allows you to customize the appearance of cells dynamically (depending on their contents, position, values of other cells, etc). Data for this event is supplied by the PivotCustomCellStyleEventArgs class.
Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCustomCellStyleEventArgs
See Also