Back to Devexpress

PivotFieldDisplayTextEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-aa101c51.md

latest2.4 KB
Original Source

PivotFieldDisplayTextEventArgs Class

Provides data for the PivotGridControl.FieldValueDisplayText event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotFieldDisplayTextEventArgs :
    PivotFieldValueEventArgs
vb
Public Class PivotFieldDisplayTextEventArgs
    Inherits PivotFieldValueEventArgs

PivotFieldDisplayTextEventArgs is the data class for the following events:

Remarks

The PivotGridControl.FieldValueDisplayText event lets you customize the display text of individual field values, total headers, grand total headers and data field headers.

Inheritance

Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldValueEventArgsBase<PivotGridField> PivotFieldValueEventArgs PivotFieldDisplayTextEventArgs

See Also

PivotFieldDisplayTextEventArgs Members

DevExpress.XtraPivotGrid Namespace