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.v24.2.Core.dll
Declaration
public class PivotFieldValueEventArgsBase<T> :
PivotFieldEventArgsBase<T>
where T : PivotGridFieldBase
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
Object
EventArgs
PivotFieldEventArgsBase<T>
PivotFieldValueEventArgsBase<T>
See Also