Back to Devexpress

PivotFieldValueEventArgsBase<T> Class

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1.md

latest4.0 KB
Original Source

PivotFieldValueEventArgsBase<T> Class

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class PivotFieldValueEventArgsBase<T> :
    PivotFieldEventArgsBase<T>
    where T : PivotGridFieldBase
vb
Public Class PivotFieldValueEventArgsBase(Of T As PivotGridFieldBase)
    Inherits PivotFieldEventArgsBase(Of T)

Type Parameters

Name
T

Remarks

This is a common ancestor for classes that provide data for events which are used to customize column and row headers. These events allow you to customize the display text of individual field values and headers, display images within individual column and row areas, etc. The currently processed field and column(row) header are provided via the PivotFieldEventArgsBase<T>.Field and PivotFieldValueEventArgsBase<T>.Value properties respectively.

Inheritance

Show 18 items

Object EventArgs PivotFieldEventArgsBase<T> PivotFieldValueEventArgsBase<T> PivotFieldDisplayTextEventArgsBase<T>

PivotFieldDisplayTextEventArgs

PivotHtmlFieldValuePreparedEventArgs

PivotFieldValueEventArgs

PivotCustomRowHeightEventArgs

PivotFieldDisplayTextEventArgs

PivotCustomColumnWidthEventArgs

PivotFieldImageIndexEventArgs

PivotFieldValueCancelEventArgs

PivotFieldValueEventArgs

PivotFieldValueHitInfo

PivotCustomColumnWidthEventArgs

PivotCustomRowHeightEventArgs

PivotFieldValueEventArgs

See Also

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace