PivotCustomSummaryEventArgs.CustomValue Property
Gets or sets a custom summary value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Object | An object which represents a custom summary value. |
Remarks
Use the CustomValue
property to assign a custom summary value. This value is then formatted according to the format settings specified by the corresponding data field and displayed within the current cell.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the CustomValue property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.