Back to Devexpress

PivotCellDisplayTextEventArgs Class

wpf-devexpress-dot-xpf-dot-pivotgrid-e6810988.md

latest1.8 KB
Original Source

PivotCellDisplayTextEventArgs Class

Provides data for the PivotGridControl.CustomCellDisplayText event.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

PivotCellDisplayTextEventArgs is the data class for the following events:

Remarks

The PivotGridControl.CustomCellDisplayText event allows custom display text to be provided for summary cells.

Inheritance

Object EventArgs RoutedEventArgs PivotCellBaseEventArgs PivotCellDisplayTextEventArgs

See Also

PivotCellDisplayTextEventArgs Members

DevExpress.Xpf.PivotGrid Namespace