Back to Devexpress

PivotFieldValueEventArgs Class

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

latest2.9 KB
Original Source

PivotFieldValueEventArgs Class

Serves as a base for the classes that provide data for the events which are used to customize column and row headers.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

The following members return PivotFieldValueEventArgs objects:

PivotFieldValueEventArgs is the data class for the following events:

Inheritance

Object EventArgs RoutedEventArgs PivotFieldEventArgs PivotFieldValueEventArgs PivotCustomValueAppearanceEventArgs

PivotFieldDisplayTextEventArgs

PivotFieldValueCancelEventArgs

See Also

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace