windowsforms-devexpress-dot-xtrapivotgrid-aa101c51.md
Provides data for the PivotGridControl.FieldValueDisplayText event.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotFieldDisplayTextEventArgs :
PivotFieldValueEventArgs
Public Class PivotFieldDisplayTextEventArgs
Inherits PivotFieldValueEventArgs
PivotFieldDisplayTextEventArgs is the data class for the following events:
The PivotGridControl.FieldValueDisplayText event lets you customize the display text of individual field values, total headers, grand total headers and data field headers.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldValueEventArgsBase<PivotGridField> PivotFieldValueEventArgs PivotFieldDisplayTextEventArgs
See Also