Back to Devexpress

PivotCustomCellStyleEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-5b3e9068.md

latest2.1 KB
Original Source

PivotCustomCellStyleEventArgs Class

Provides data for the ASPxPivotGrid.CustomCellStyle event.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotCustomCellStyleEventArgs :
    PivotCellBaseEventArgs
vb
Public Class PivotCustomCellStyleEventArgs
    Inherits PivotCellBaseEventArgs

PivotCustomCellStyleEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCustomCellStyleEventArgs

See Also

PivotCustomCellStyleEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace