PivotGridSettings.CustomCellValue Property
In This Article
Allows you to replace cell values with custom ones.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public EventHandler<PivotCellValueEventArgs> CustomCellValue { get; set; }
#Property Value
Type | Description |
---|---|
Event |
A Event |
#Remarks
The CustomCellValue event fires for each cell. You can handle it to replace the calculated cell values with custom ones.
Note
Values provided via the Custom
See Also